summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2018-11-23net-gro: use ffs() to speedup napi_gro_flush()Eric Dumazet1-4/+6
2018-11-20net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata1-0/+5
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-11-18net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-11-17net: remove unused skb_send_sock()Cong Wang1-13/+0
2018-11-17net: remove VLAN_TAG_PRESENTMichał Mirosław1-6/+0
2018-11-17net/bpf: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław1-19/+21
2018-11-16net: remove BUG_ON from __pskb_pull_tailLi RongQing1-2/+0
2018-11-15net: dump more useful information in netdev_rx_csum_fault()Cong Wang3-5/+12
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long1-0/+1
2018-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-11-10flow_dissector: do not dissect l4 ports for fragments배석진1-2/+2
2018-11-09net/core: use __vlan_hwaccel helpersMichał Mirosław2-4/+6
2018-11-09net: move __skb_checksum_complete*() to skbuff.cCong Wang2-43/+43
2018-11-09net: core: dev_addr_lists: add auxiliary func to handle reference address upd...Ivan Khoronzhuk1-0/+97
2018-11-09sock: Reset dst when changing sk_mark via setsockoptDavid Barmann1-2/+4
2018-11-08net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław1-2/+1
2018-11-08net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning1-0/+2
2018-11-07rtnetlink: Add more extack messages to rtnl_newlinkDavid Ahern1-2/+4
2018-11-07net: Add extack argument to rtnl_create_linkDavid Ahern1-6/+12
2018-11-06sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin1-0/+1
2018-11-06net: core: netpoll: Enable netconsole IPv6 link local addressMatwey V. Kornilov1-1/+2
2018-11-06rtnetlink: restore handling of dumpit return value in rtnl_dump_all()Alexey Kodanev1-1/+1
2018-11-04net: do not abort bulk send on BQL statusEric Dumazet1-1/+1
2018-11-03net: document skb parameter in function 'skb_gso_size_check'Mathieu Malaterre1-0/+2
2018-10-30rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-10-28net: Properly unlink GRO packets on overflow.David S. Miller1-1/+1
2018-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-6/+25
2018-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-6/+9
2018-10-27net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet1-2/+2
2018-10-27bpf: fix wrong helper enablement in cgroup local storageDaniel Borkmann1-4/+0
2018-10-26Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-0/+1
2018-10-26bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann1-2/+8
2018-10-26bpf: make direct packet write unclone more robustDaniel Borkmann1-0/+11
2018-10-26bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann1-0/+6
2018-10-25net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+3
2018-10-25net: rtnl_dump_all needs to propagate error from dumpit functionDavid Ahern1-2/+4
2018-10-23cgroup, netclassid: add a preemption point to write_classidMichal Hocko1-0/+1
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-6/+181
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+4
2018-10-21Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu1-2/+1
2018-10-20bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend1-0/+134
2018-10-20net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis1-2/+3
2018-10-20netpoll: allow cleanup to be synchronousDebabrata Banerjee1-16/+5
2018-10-20bpf: skmsg, fix psock create on existing kcm/tls portJohn Fastabend1-5/+6
2018-10-19bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu1-1/+35
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B1-0/+6
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+9
2018-10-19Revert "bond: take rcu lock in netpoll_send_skb_on_dev"David S. Miller1-2/+0