aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-19ipv6: mcast: remove dead codeEric Dumazet1-2/+0
2018-01-19caif: reduce stack size with KASANArnd Bergmann1-28/+22
2018-01-18net/sched/sch_prio.c: work around gcc-4.4.4 union initializer issuesAndrew Morton1-3/+7
2018-01-18flow_netlink: Remove unneeded semicolonsChristopher Díaz Riveros1-2/+2
2018-01-18net: sched: silence uninitialized parent variable warning in tc_dump_tfilterJiri Pirko1-0/+7
2018-01-17net: Remove spinlock from get_net_ns_by_id()Kirill Tkhai1-2/+0
2018-01-17net: Fix possible race in peernet2id_alloc()Kirill Tkhai1-2/+11
2018-01-17net: sched: allow ingress and clsact qdiscs to share filter blocksJiri Pirko1-16/+64
2018-01-17net: sched: introduce ingress/egress block index attributes for qdiscJiri Pirko1-0/+60
2018-01-17net: sched: use block index as a handle instead of qdisc when block is sharedJiri Pirko1-84/+118
2018-01-17net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko5-23/+81
2018-01-17net: sched: remove classid and q fields from tcf_protoJiri Pirko1-5/+2
2018-01-17net: sched: introduce block mechanism to handle netif_keep_dst callsJiri Pirko4-4/+73
2018-01-17net: sched: avoid usage of tp->q in tcf_classifyJiri Pirko1-2/+3
2018-01-17net: sched: introduce shared filter blocks infrastructureJiri Pirko1-24/+143
2018-01-17net: sched: introduce support for multiple filter chain pointers registrationJiri Pirko1-8/+69
2018-01-17net: sched: red: don't reset the backlog on every stat dumpJakub Kicinski1-1/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-153/+130
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+3
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-143/+135
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann3-30/+22
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan61-96/+0
2018-01-16tipc: fix race condition at topology server receiveJon Maloy3-46/+51
2018-01-16Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller4-9/+15
2018-01-16sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long1-8/+6
2018-01-16sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long1-10/+6
2018-01-16sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long1-2/+8
2018-01-16devlink: Add relation between dpipe and resourceArkadi Sharshevsky1-0/+37
2018-01-16devlink: Add support for reloadArkadi Sharshevsky1-0/+47
2018-01-16devlink: Add support for resource abstractionArkadi Sharshevsky1-0/+374
2018-01-16devlink: Add per devlink instance lockArkadi Sharshevsky1-59/+77
2018-01-15Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller4-15/+17
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-1/+6
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall1-2/+2
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu1-50/+1
2018-01-15ipv6: Fix build with gcc-4.4.5Ido Schimmel1-2/+6
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon Maloy3-8/+4
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai4-10/+10
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de1-2/+2
2018-01-15ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet1-0/+1
2018-01-15sctp: removed unused var from sctp_make_authMarcelo Ricardo Leitner1-2/+1
2018-01-15sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner2-2/+3
2018-01-15net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti1-0/+1
2018-01-15netlink: extack needs to be reset each time through loopDavid Ahern1-1/+2
2018-01-15tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang1-12/+14
2018-01-15tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy1-0/+1
2018-01-15ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney1-2/+4
2018-01-159p: add missing module license for xen transportStephen Hemminger1-0/+4
2018-01-15cfg80211: check dev_set_name() return valueJohannes Berg1-1/+7
2018-01-15mac80211_hwsim: validate number of different channelsJohannes Berg1-2/+0