summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2018-11-25net: remove unsafe skb_insert()Eric Dumazet
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-23net-gro: use ffs() to speedup napi_gro_flush()Eric Dumazet
2018-11-23net: don't keep lonely packets forever in the gro hashPaolo Abeni
2018-11-22bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu
2018-11-21net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata
2018-11-19net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-17net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2018-11-16net: remove unused skb_send_sock()Cong Wang
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław
2018-11-16net/bpf: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław
2018-11-16bpf: Support socket lookup in CGROUP_SOCK_ADDR progsAndrey Ignatov
2018-11-16bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov
2018-11-15net: remove BUG_ON from __pskb_pull_tailLi RongQing
2018-11-15net: dump more useful information in netdev_rx_csum_fault()Cong Wang
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-09flow_dissector: do not dissect l4 ports for fragments배석진
2018-11-09bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande
2018-11-09bpf: add perf event notificaton support for sock_opsSowmini Varadhan
2018-11-09bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov
2018-11-08net/core: use __vlan_hwaccel helpersMichał Mirosław
2018-11-08net: move __skb_checksum_complete*() to skbuff.cCong Wang
2018-11-08net: core: dev_addr_lists: add auxiliary func to handle reference address upd...Ivan Khoronzhuk
2018-11-08sock: Reset dst when changing sk_mark via setsockoptDavid Barmann
2018-11-07net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning
2018-11-06rtnetlink: Add more extack messages to rtnl_newlinkDavid Ahern
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern
2018-11-05sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin
2018-11-05net: core: netpoll: Enable netconsole IPv6 link local addressMatwey V. Kornilov
2018-11-05rtnetlink: restore handling of dumpit return value in rtnl_dump_all()Alexey Kodanev
2018-11-03net: do not abort bulk send on BQL statusEric Dumazet
2018-11-02net: document skb parameter in function 'skb_gso_size_check'Mathieu Malaterre
2018-10-29rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel
2018-10-28net: Properly unlink GRO packets on overflow.David S. Miller
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-10-26net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet
2018-10-26bpf: fix wrong helper enablement in cgroup local storageDaniel Borkmann
2018-10-25Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-10-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann
2018-10-25bpf: make direct packet write unclone more robustDaniel Borkmann
2018-10-25bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann
2018-10-24net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti
2018-10-24net: rtnl_dump_all needs to propagate error from dumpit functionDavid Ahern
2018-10-23cgroup, netclassid: add a preemption point to write_classidMichal Hocko
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller