aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-04skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel1-1/+1
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn1-4/+5
2018-12-03udp: msg_zerocopyWillem de Bruijn2-1/+10
2018-12-03devlink: Add 'fw_load_policy' generic parameterShalom Toledo1-0/+5
2018-11-30rtnetlink: avoid frame size warning in rtnl_newlink()Jakub Kicinski1-3/+17
2018-11-30rtnetlink: remove a level of indentation in rtnl_newlink()Jakub Kicinski1-159/+154
2018-11-30net: Add trace events for all receive exit pointsGeneviève Bastien1-6/+29
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+173
2018-11-29net: explain __skb_checksum_complete() with commentsCong Wang2-1/+18
2018-11-28bpf: helper to pop data from messagesJohn Fastabend1-0/+171
2018-11-27netns: enable to dump full nsid translation tableNicolas Dichtel1-6/+26
2018-11-27netns: enable to specify a nsid for a get requestNicolas Dichtel1-0/+5
2018-11-27netns: add support of NETNSA_TARGET_NSIDNicolas Dichtel1-11/+75
2018-11-27netns: introduce 'struct net_fill_args'Nicolas Dichtel1-14/+34
2018-11-27netns: remove net arg from rtnl_net_fill()Nicolas Dichtel1-6/+4
2018-11-27net: bridge: add support for user-controlled bool optionsNikolay Aleksandrov1-1/+1
2018-11-26bpf: Avoid unnecessary instruction in convert_bpf_ld_abs()David Miller1-1/+2
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-22/+184
2018-11-25net: remove unsafe skb_insert()Eric Dumazet1-22/+0
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2018-11-23net-gro: use ffs() to speedup napi_gro_flush()Eric Dumazet1-4/+6
2018-11-23net: don't keep lonely packets forever in the gro hashPaolo Abeni1-2/+5
2018-11-22bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu1-0/+29
2018-11-21net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata1-0/+5
2018-11-19net: 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-17net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-11-16net: remove unused skb_send_sock()Cong Wang1-13/+0
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław1-6/+0
2018-11-16net/bpf: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław1-19/+21
2018-11-16bpf: Support socket lookup in CGROUP_SOCK_ADDR progsAndrey Ignatov1-0/+45
2018-11-16bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov1-3/+2
2018-11-15net: 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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-11-09flow_dissector: do not dissect l4 ports for fragments배석진1-2/+2
2018-11-09bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande1-19/+86
2018-11-09bpf: add perf event notificaton support for sock_opsSowmini Varadhan1-0/+22
2018-11-08net/core: use __vlan_hwaccel helpersMichał Mirosław2-4/+6
2018-11-08net: move __skb_checksum_complete*() to skbuff.cCong Wang2-43/+43
2018-11-08net: core: dev_addr_lists: add auxiliary func to handle reference address updatesIvan Khoronzhuk1-0/+97
2018-11-08sock: Reset dst when changing sk_mark via setsockoptDavid Barmann1-2/+4
2018-11-07net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław1-2/+1
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning1-0/+2
2018-11-06rtnetlink: Add more extack messages to rtnl_newlinkDavid Ahern1-2/+4
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern1-6/+12
2018-11-05sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin1-0/+1
2018-11-05net: core: netpoll: Enable netconsole IPv6 link local addressMatwey V. Kornilov1-1/+2
2018-11-05rtnetlink: restore handling of dumpit return value in rtnl_dump_all()Alexey Kodanev1-1/+1