summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2016-01-06soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek1-1/+1
2016-01-05soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek3-27/+211
2016-01-05soreuseport: define reuseport groupsCraig Gallek2-1/+174
2015-12-31ethtool: Add phy statisticsAndrew Lunn1-1/+80
2015-12-22net-sysfs: use to_net_dev in net_namespace()Geliang Tang1-2/+2
2015-12-19bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann1-6/+0
2015-12-19bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann1-3/+16
2015-12-19bpf: add bpf_skb_load_bytes helperDaniel Borkmann1-1/+34
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-12/+15
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+6
2015-12-17net: check both type and procotol for tcp socketsWANG Cong2-2/+4
2015-12-17net: Pass ndm_state to route netlink FDB notifications.Hubert Sokolowski1-7/+10
2015-12-16net: diag: Add the ability to destroy a socket.Lorenzo Colitti1-3/+20
2015-12-16net: Add driver helper functions to determine checksum offloadabilityTom Herbert1-0/+136
2015-12-16net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2-8/+8
2015-12-16net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2-6/+6
2015-12-16sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-2/+2
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel2-0/+2
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2015-12-12xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet1-1/+1
2015-12-09sock, cgroup: add sock->sk_cgroupTejun Heo3-2/+14
2015-12-09net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo5-19/+10
2015-12-09netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo1-0/+9
2015-12-08net: Fix inverted test in __skb_recv_datagramRainer Weikusat1-1/+1
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo9-151/+201
2015-12-07core: enable more fine-grained datagram reception controlRainer Weikusat1-29/+48
2015-12-06sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-2/+0
2015-12-06net: constify netif_is_* helpers net_device paramJiri Pirko1-1/+1
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-21/+31
2015-12-03net: introduce change lower state notifierJiri Pirko1-0/+20
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko1-4/+7
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko1-12/+6
2015-12-03net: Check CHANGEUPPER notifier return valueIdo Schimmel1-2/+6
2015-12-03ipv6: kill sk_dst_lockEric Dumazet1-3/+1
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2-9/+11
2015-12-03net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet1-1/+1
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet3-7/+7
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu2-5/+5
2015-11-23cgroups: Allow dynamically changing net_classidNina Schiff1-8/+18
2015-11-23net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern1-0/+4
2015-11-21net: avoid NULL deref in napi_get_frags()Eric Dumazet1-2/+4
2015-11-19net: provide generic busy polling to all NAPI driversEric Dumazet1-0/+7
2015-11-19net: napi_hash_del() returns a boolean statusEric Dumazet1-3/+7
2015-11-19net: move napi_hash[] into read mostly sectionEric Dumazet1-1/+1
2015-11-19net: add netif_tx_napi_add()Eric Dumazet1-1/+2
2015-11-19net: move skb_mark_napi_id() into core networking stackEric Dumazet1-0/+2
2015-11-19net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet1-5/+20
2015-11-19net: allow BH servicing in sk_busy_loop()Eric Dumazet1-11/+7