summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2018-12-07net: core: dev: Add extack argument to dev_open()Petr Machata2-3/+4
2018-12-06neighbor: Add extack messages for add and delete commandsDavid Ahern1-16/+39
2018-12-05tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet1-1/+1
2018-12-04skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel1-1/+1
2018-12-04udp: elide zerocopy operation in hot pathWillem de Bruijn1-4/+5
2018-12-04udp: msg_zerocopyWillem de Bruijn2-1/+10
2018-12-04devlink: Add 'fw_load_policy' generic parameterShalom Toledo1-0/+5
2018-12-01rtnetlink: avoid frame size warning in rtnl_newlink()Jakub Kicinski1-3/+17
2018-12-01rtnetlink: remove a level of indentation in rtnl_newlink()Jakub Kicinski1-159/+154
2018-12-01net: Add trace events for all receive exit pointsGeneviève Bastien1-6/+29
2018-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+173
2018-11-30net: explain __skb_checksum_complete() with commentsCong Wang2-1/+18
2018-11-29bpf: helper to pop data from messagesJohn Fastabend1-0/+171
2018-11-28netns: enable to dump full nsid translation tableNicolas Dichtel1-6/+26
2018-11-28netns: enable to specify a nsid for a get requestNicolas Dichtel1-0/+5
2018-11-28netns: add support of NETNSA_TARGET_NSIDNicolas Dichtel1-11/+75
2018-11-28netns: introduce 'struct net_fill_args'Nicolas Dichtel1-14/+34
2018-11-28netns: remove net arg from rtnl_net_fill()Nicolas Dichtel1-6/+4
2018-11-28net: bridge: add support for user-controlled bool optionsNikolay Aleksandrov1-1/+1
2018-11-27bpf: Avoid unnecessary instruction in convert_bpf_ld_abs()David Miller1-1/+2
2018-11-27Merge 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-25Merge 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-23bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu1-0/+29
2018-11-22net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata1-0/+5
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-17bpf: Support socket lookup in CGROUP_SOCK_ADDR progsAndrey Ignatov1-0/+45
2018-11-17bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov1-3/+2
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-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-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