summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-02-15net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe
2017-02-07udp: properly cope with csum errorsEric Dumazet
2017-02-03net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-02-03ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka
2017-01-24lwtunnel: Fix oops on state free after encap module unloadRobert Shearman
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern
2017-01-18net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet
2017-01-18net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha
2017-01-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-01-11gro: use min_t() in skb_gro_reset_offset()Eric Dumazet
2017-01-10mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck
2017-01-10gro: Enter slow-path if there is no tailroomHerbert Xu
2017-01-10net: add the AF_QIPCRTR entries to family name tablesAnna, Suman
2017-01-10net: skb_flow_get_be16() can be staticEric Dumazet
2017-01-03drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang
2017-01-02flow_dissector: Update pptp handling to avoid null pointer deref.Ian Kumlien
2017-01-01drop_monitor: add missing call to genlmsg_endReiter Wolfgang
2016-12-29rtnl: stats - add missing netlink message size checksMathias Krause
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-27net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-23neigh: Send netevent after marking neigh as deadIdo Schimmel
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-17net: xdp: add invalid buffer warningJohn Fastabend
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-12-14netns: avoid disabling irq for netns idPaul Moore
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-12-09net: skb_condense() can also deal with empty skbsEric Dumazet
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet
2016-12-08net: rfs: add a jump labelEric Dumazet
2016-12-08flow dissector: ICMP supportSimon Horman
2016-12-06net/udp: do not touch skb->peeked unless really neededEric Dumazet
2016-12-05bpf: remove type arg from __is_valid_{,xdp_}accessDaniel Borkmann
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet
2016-12-03net_sched: gen_estimator: account for timer driftsEric Dumazet
2016-12-03netns: fix net_generic() "id - 1" bloatAlexey Dobriyan
2016-12-03netns: add dummy struct inside "struct net_generic"Alexey Dobriyan
2016-12-03netns: publish net_generic correctlyAlexey Dobriyan
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2016-12-02tcp: allow to turn tcp timestamp randomization offFlorian Westphal
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2016-12-02sock: reset sk_err for ICMP packets read from error queueSoheil Hassas Yeganeh
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf