summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet2018-12-041-1/+1
* skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel2018-12-041-1/+1
* udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-031-4/+5
* udp: msg_zerocopyWillem de Bruijn2018-12-032-1/+10
* devlink: Add 'fw_load_policy' generic parameterShalom Toledo2018-12-031-0/+5
* rtnetlink: avoid frame size warning in rtnl_newlink()Jakub Kicinski2018-11-301-3/+17
* rtnetlink: remove a level of indentation in rtnl_newlink()Jakub Kicinski2018-11-301-159/+154
* net: Add trace events for all receive exit pointsGeneviève Bastien2018-11-301-6/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-291-1/+173
|\
| * bpf: helper to pop data from messagesJohn Fastabend2018-11-281-0/+171
| * bpf: Avoid unnecessary instruction in convert_bpf_ld_abs()David Miller2018-11-261-1/+2
* | net: explain __skb_checksum_complete() with commentsCong Wang2018-11-292-1/+18
* | netns: enable to dump full nsid translation tableNicolas Dichtel2018-11-271-6/+26
* | netns: enable to specify a nsid for a get requestNicolas Dichtel2018-11-271-0/+5
* | netns: add support of NETNSA_TARGET_NSIDNicolas Dichtel2018-11-271-11/+75
* | netns: introduce 'struct net_fill_args'Nicolas Dichtel2018-11-271-14/+34
* | netns: remove net arg from rtnl_net_fill()Nicolas Dichtel2018-11-271-6/+4
* | net: bridge: add support for user-controlled bool optionsNikolay Aleksandrov2018-11-271-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-261-22/+184
|\
| * bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2018-11-221-0/+29
| * bpf: Support socket lookup in CGROUP_SOCK_ADDR progsAndrey Ignatov2018-11-161-0/+45
| * bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov2018-11-161-3/+2
| * bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande2018-11-091-19/+86
| * bpf: add perf event notificaton support for sock_opsSowmini Varadhan2018-11-091-0/+22
* | net: remove unsafe skb_insert()Eric Dumazet2018-11-251-22/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-241-2/+5
|\ \
| * | net: don't keep lonely packets forever in the gro hashPaolo Abeni2018-11-231-2/+5
| * | net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata2018-11-211-0/+5
* | | net-gro: use ffs() to speedup napi_gro_flush()Eric Dumazet2018-11-231-4/+6
* | | net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata2018-11-191-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-0/+4
|\| |
| * | net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2018-11-171-0/+4
* | | net: remove unused skb_send_sock()Cong Wang2018-11-161-13/+0
* | | net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-161-6/+0
* | | net/bpf: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław2018-11-161-19/+21
* | | net: remove BUG_ON from __pskb_pull_tailLi RongQing2018-11-151-2/+0
* | | net: dump more useful information in netdev_rx_csum_fault()Cong Wang2018-11-153-5/+12
* | | sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long2018-11-121-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-111-2/+2
|\| |
| * | flow_dissector: do not dissect l4 ports for fragments배석진2018-11-091-2/+2
* | | net/core: use __vlan_hwaccel helpersMichał Mirosław2018-11-082-4/+6
* | | net: move __skb_checksum_complete*() to skbuff.cCong Wang2018-11-082-43/+43
* | | net: core: dev_addr_lists: add auxiliary func to handle reference address upd...Ivan Khoronzhuk2018-11-081-0/+97
* | | sock: Reset dst when changing sk_mark via setsockoptDavid Barmann2018-11-081-2/+4
* | | net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław2018-11-071-2/+1
* | | net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-071-0/+2
| |/ |/|
* | rtnetlink: Add more extack messages to rtnl_newlinkDavid Ahern2018-11-061-2/+4
* | net: Add extack argument to rtnl_create_linkDavid Ahern2018-11-061-6/+12
|/
* sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin2018-11-051-0/+1
* net: core: netpoll: Enable netconsole IPv6 link local addressMatwey V. Kornilov2018-11-051-1/+2