aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-26net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真1-0/+6
2016-02-25net: fix bridge multicast packet checksum validationLinus Lüssing1-2/+20
2016-02-24bpf: fix csum setting for bpf_set_tunnel_keyDaniel Borkmann1-2/+4
2016-02-19net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov1-2/+2
2016-02-18IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter1-1/+3
2016-02-16net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck1-0/+7
2016-02-09flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth_get_headlenAlexander Duyck1-3/+6
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry2-0/+12
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa1-0/+7
2016-01-20gro: Make GRO aware of lightweight tunnels.Jesse Gross1-2/+5
2016-01-19soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek1-1/+8
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+5
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+5
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner1-5/+0
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-45/+7
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner1-10/+16
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner1-7/+2
2016-01-12net: bpf: reject invalid shiftsRabin Vincent1-0/+5
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-01-11net: pktgen: fix null ptr deref in skb allocationJohn Fastabend1-1/+3
2016-01-11bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann1-7/+62
2016-01-11bpf: export helper function flags and reject invalid onesDaniel Borkmann1-14/+23
2016-01-11net/rtnetlink: remove unused sz_idx variableAlexander Kuleshov1-2/+1
2016-01-10net, sched: add clsact qdiscDaniel Borkmann1-8/+74
2016-01-10bpf: add skb_postpush_rcsum and fix dev_forward_skb occasionsDaniel Borkmann1-4/+13
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2016-01-06soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek1-1/+1
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek3-27/+211
2016-01-04soreuseport: 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-18bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann1-6/+0
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann1-3/+16
2015-12-18bpf: add bpf_skb_load_bytes helperDaniel Borkmann1-1/+34
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-12/+15
2015-12-17Merge 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-16net: Pass ndm_state to route netlink FDB notifications.Hubert Sokolowski1-7/+10
2015-12-15net: diag: Add the ability to destroy a socket.Lorenzo Colitti1-3/+20
2015-12-15net: Add driver helper functions to determine checksum offloadabilityTom Herbert1-0/+136
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2-8/+8
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2-6/+6
2015-12-15sctp: 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-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet1-1/+1
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo3-2/+14
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo5-19/+10
2015-12-08netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo1-0/+9