summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-12-21flow_dissector: Parse batman-adv unicast headersSven Eckelmann
2017-12-19net: Disable GRO_HW when generic XDP is installed on a device.Michael Chan
2017-12-19net: Introduce NETIF_F_GRO_HW.Michael Chan
2017-12-19sock: Move the socket inuse to namespace.Tonghao Zhang
2017-12-19sock: Change the netns_core member name.Tonghao Zhang
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-15sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn
2017-12-13net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn
2017-12-13net: remove duplicate includesPravin Shedge
2017-12-11rtnetlink: fix typo in GSO max segmentsStephen Hemminger
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-08rtnetlink: allow GSO maximums to be set on device creationStephen Hemminger
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-05flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman
2017-12-05Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg
2017-12-05rtnetlink: fix rtnl_link msghandler rcu annotationsFlorian Westphal
2017-12-05bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo
2017-12-04bpf: move bpf csum flag checkWilliam Tu
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal
2017-12-04rtnetlink: get reference on module before invoking handlersFlorian Westphal
2017-12-04net: rtnetlink: use rcu to free rtnl message handlersFlorian Westphal
2017-12-04bpf: allow disabling tunnel csum for ipv6William Tu
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski
2017-12-03net: xdp: avoid output parameters when querying XDP progJakub Kicinski
2017-11-30net/reuseport: drop legacy codePaolo Abeni
2017-11-30net: Remove dst->nextDavid Miller
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21net: xdp: don't allow device-bound programs in driver modeJakub Kicinski
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-15net: Protect iterations over net::fib_notifier_ops in fib_seq_sum()Kirill Tkhai
2017-11-14net-sysfs: trigger netlink notification on ifalias change via sysfsRoopa Prabhu
2017-11-14net: core: dev_get_valid_name is now the same as dev_alloc_name_nsRasmus Villemoes
2017-11-14net: core: maybe return -EEXIST in __dev_alloc_nameRasmus Villemoes