summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-101-0/+16
|\
| * bpf: allow BPF read access to qdisc pkt_lenPetar Penkov2018-12-031-0/+16
* | neighbor: gc_list changes should be protected by table lockDavid Ahern2018-12-101-5/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-093-43/+52
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-12-051-13/+14
| |\ \
| | * | bpf: Support sk lookup in netns with id 0Joe Stringer2018-11-301-5/+6
| | * | bpf: fix pointer offsets in context for 32 bitDaniel Borkmann2018-11-301-8/+8
| * | | net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-051-4/+4
| * | | rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2018-12-041-0/+3
| * | | net/core: tidy up an error messageQian Cai2018-12-031-2/+2
| * | | net: fix XPS static_key accountingSabrina Dubroca2018-11-291-21/+24
| * | | net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca2018-11-291-7/+9
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-11-251-3/+2
| |\ \
| | * | bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov2018-11-091-3/+2
* | | | net: call sk_dst_reset when set SO_DONTROUTEyupeng2018-12-071-0/+1
* | | | neighbor: Improve garbage collectionDavid Ahern2018-12-071-34/+85
* | | | net: core: dev: Attach extack to NETDEV_PRE_UPPetr Machata2018-12-061-4/+4
* | | | net: core: dev: Add call_netdevice_notifiers_extack()Petr Machata2018-12-061-5/+16
* | | | net: core: dev: Add extack argument to __dev_change_flags()Petr Machata2018-12-062-3/+5
* | | | net: core: dev: Add extack argument to dev_change_flags()Petr Machata2018-12-064-4/+7
* | | | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-062-3/+4
* | | | neighbor: Add extack messages for add and delete commandsDavid Ahern2018-12-051-16/+39
* | | | 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