summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-01-24bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann
2017-01-24bpf: simplify __is_valid_access test on cbDaniel Borkmann
2017-01-20net: remove duplicate code.Mahesh Bandewar
2017-01-20device: Implement a bus agnostic dev_num_vf routinePhil Sutter
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-17net: AF-specific RTM_GETSTATS attributesRobert Shearman
2017-01-16flow dissector: check if arp_eth is null rather than arpColin Ian King
2017-01-12secure_seq: fix sparse errorsEric Dumazet
2017-01-12lwt_bpf: bpf_lwt_prog_cmp() can be staticWei Yongjun
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann
2017-01-12net: fix AF_SMC related typoUrsula Braun
2017-01-12net: core: Make netif_wake_subqueue a wrapperFlorian Fainelli
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-01-11flow disector: ARP supportSimon Horman
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-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov
2017-01-09smc: establish new socket familyUrsula Braun
2017-01-09net: introduce keepalive function in struct protoUrsula Braun
2017-01-09secure_seq: use SipHash in place of MD5Jason A. Donenfeld
2017-01-08net-tc: convert tc_at to tc_at_ingressWillem de Bruijn
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu
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-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier
2016-12-29rtnl: stats - add missing netlink message size checksMathias Krause
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan
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