summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng2018-01-192-1/+3
* tcp: avoid min-RTT overestimation from delayed ACKsYuchung Cheng2018-01-191-2/+21
* tipc: fix race between poll() and setsockopt()Jon Maloy2018-01-193-17/+13
* l2tp: remove switch block in l2tp_nl_cmd_session_create()Lorenzo Bianconi2018-01-191-21/+0
* l2tp: remove l2specific_len configurable parameterLorenzo Bianconi2018-01-194-8/+1
* l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi2018-01-192-18/+27
* l2tp: double-check l2specific_type provided by userspaceLorenzo Bianconi2018-01-191-2/+9
* devlink: Make some functions staticWei Yongjun2018-01-191-2/+3
* ipv6: mcast: remove dead codeEric Dumazet2018-01-191-2/+0
* caif: reduce stack size with KASANArnd Bergmann2018-01-191-28/+22
* net/sched/sch_prio.c: work around gcc-4.4.4 union initializer issuesAndrew Morton2018-01-181-3/+7
* flow_netlink: Remove unneeded semicolonsChristopher Díaz Riveros2018-01-181-2/+2
* net: sched: silence uninitialized parent variable warning in tc_dump_tfilterJiri Pirko2018-01-181-0/+7
* net: Remove spinlock from get_net_ns_by_id()Kirill Tkhai2018-01-171-2/+0
* net: Fix possible race in peernet2id_alloc()Kirill Tkhai2018-01-171-2/+11
* net: sched: allow ingress and clsact qdiscs to share filter blocksJiri Pirko2018-01-171-16/+64
* net: sched: introduce ingress/egress block index attributes for qdiscJiri Pirko2018-01-171-0/+60
* net: sched: use block index as a handle instead of qdisc when block is sharedJiri Pirko2018-01-171-84/+118
* net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko2018-01-175-23/+81
* net: sched: remove classid and q fields from tcf_protoJiri Pirko2018-01-171-5/+2
* net: sched: introduce block mechanism to handle netif_keep_dst callsJiri Pirko2018-01-174-4/+73
* net: sched: avoid usage of tp->q in tcf_classifyJiri Pirko2018-01-171-2/+3
* net: sched: introduce shared filter blocks infrastructureJiri Pirko2018-01-171-24/+143
* net: sched: introduce support for multiple filter chain pointers registrationJiri Pirko2018-01-171-8/+69
* net: sched: red: don't reset the backlog on every stat dumpJakub Kicinski2018-01-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-1728-153/+130
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-1627-143/+135
| |\
| | * net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann2018-01-163-30/+22
| | * Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-01-164-9/+15
| | |\
| | | * cfg80211: check dev_set_name() return valueJohannes Berg2018-01-151-1/+7
| | | * mac80211_hwsim: validate number of different channelsJohannes Berg2018-01-151-2/+0
| | | * nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski2018-01-151-4/+7
| | | * cfg80211: fully initialize old channel for eventJohannes Berg2018-01-151-2/+1
| | * | sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long2018-01-161-8/+6
| | * | sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long2018-01-161-10/+6
| | * | sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long2018-01-161-2/+8
| | * | ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-151-1/+6
| | * | net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall2018-01-151-2/+2
| | * | Revert "openvswitch: Add erspan tunnel support."William Tu2018-01-151-50/+1
| | * | net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-151-2/+2
| | * | ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet2018-01-151-0/+1
| | * | sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner2018-01-152-2/+3
| | * | net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti2018-01-151-0/+1
| | * | netlink: extack needs to be reset each time through loopDavid Ahern2018-01-151-1/+2
| | * | tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang2018-01-151-12/+14
| | * | ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney2018-01-151-2/+4
| | * | 9p: add missing module license for xen transportStephen Hemminger2018-01-151-0/+4
| | |/
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-128-12/+38
| | |\
| | | * xfrm: Fix a race in the xdst pcpu cache.Steffen Klassert2018-01-101-1/+7
| | | * af_key: Fix memory leak in key_notify_policy.Steffen Klassert2018-01-101-1/+3