summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-1911-46/+66
|\
| * Merge tag 'linux-can-fixes-for-4.15-20180118' of ssh://gitolite.kernel.org/pu...David S. Miller2018-01-181-22/+14
| |\
| | * can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-181-11/+7
| | * can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-181-11/+7
| * | ipv6: don't let tb6_root node share routes with other nodeWei Wang2018-01-181-2/+8
| * | ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev2018-01-181-7/+7
| * | flow_dissector: properly cap thoff fieldEric Dumazet2018-01-181-2/+1
| * | cfg80211: fix station info handling bugsJohannes Berg2018-01-182-3/+2
| * | netlink: reset extack earlier in netlink_rcv_skbXin Long2018-01-181-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-181-0/+4
| |\ \ | | |/ | |/|
| | * bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-01-141-0/+4
| * | bpf: fix cls_bpf on filter replaceDaniel Borkmann2018-01-171-1/+8
| * | tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca2018-01-171-2/+2
| * | tls: return -EBUSY if crypto_info is already setSabrina Dubroca2018-01-171-1/+3
| * | tls: fix sw_ctx leakSabrina Dubroca2018-01-171-5/+7
| * | net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin2018-01-171-0/+9
* | | net: sched: cls_u32: add extack supportAlexander Aring2018-01-191-14/+44
* | | net: sched: cls: add extack support for tcf_change_indevAlexander Aring2018-01-193-5/+6
* | | net: sched: cls: add extack support for delete callbackAlexander Aring2018-01-1912-13/+24
* | | net: sched: cls: add extack support for tcf_exts_validateAlexander Aring2018-01-1912-31/+48
* | | net: sched: cls: add extack support for change callbackAlexander Aring2018-01-1912-12/+18
* | | net: sched: cls_api: handle generic cls errorsAlexander Aring2018-01-191-11/+41
* | | net: sched: cls: fix code style issuesAlexander Aring2018-01-192-5/+5
* | | 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
| |\ \