summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-10-02net: drop unused skb_append_datato_frags()Paolo Abeni
2018-10-01tcp/fq: move back to CLOCK_MONOTONICEric Dumazet
2018-10-01net: phy: improve handling delayed workHeiner Kallweit
2018-10-01netlink: add validation function to policyJohannes Berg
2018-10-01netlink: add attribute range validation to policyJohannes Berg
2018-10-01net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn
2018-10-01net: phy: Add limkmode equivalents to some of the MII ethtool helpersAndrew Lunn
2018-10-01net: phy: Add helper for advertise to lcl valueAndrew Lunn
2018-10-01net: phy: Add helper to convert MII ADV register to a linkmodeAndrew Lunn
2018-10-01net: phy: Add phydev_info()Andrew Lunn
2018-10-01net: phy: Add phydev_warn()Andrew Lunn
2018-10-01net: phy: Move linkmode helpers to somewhere publicAndrew Lunn
2018-10-01net/mlx5: Cache the system image guidAlaa Hleihel
2018-09-29tls: Remove redundant vars from tls record structureVakul Garg
2018-09-28netlink: add nested array policy validationJohannes Berg
2018-09-28netlink: allow NLA_NESTED to specify nested policy to validateJohannes Berg
2018-09-28netlink: make validation_data constJohannes Berg
2018-09-28netlink: remove NLA_NESTED_COMPATJohannes Berg
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski
2018-09-26tcp: expose sk_state in tcp_retransmit_skb tracepointYafang Shao
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2018-09-25net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov
2018-09-25net: sched: change tcf block reference counter type to refcount_tVlad Buslov
2018-09-25net: sched: add helper function to take reference to QdiscVlad Buslov
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2018-09-25net: core: netlink: add helper refcount dec and lock functionVlad Buslov
2018-09-25net: xsk: add a simple buffer reuse queueJakub Kicinski
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel
2018-09-25Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-09-24net/tls: Fixed race condition in async encryptionVakul Garg
2018-09-24neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron
2018-09-24net/core: Add new basic hardware counterEelco Chaudron
2018-09-23netpoll: make ndo_poll_controller() optionalEric Dumazet
2018-09-23Merge tag 'mfd-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Greg Kroah-Hartman
2018-09-23Merge tag 'for-linus-20180922' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet
2018-09-21tcp: add tcp_wstamp_ns socket fieldEric Dumazet
2018-09-21tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet
2018-09-21tcp: switch tcp_clock_ns() to CLOCK_TAI baseEric Dumazet
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval
2018-09-21net: if_arp: use define instead of hard-coded valueHåkon Bugge
2018-09-21net: if_arp: Fix incorrect indentsHåkon Bugge
2018-09-21net/tls: Add support for async encryption of records for performanceVakul Garg
2018-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman