summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata2019-01-183-4/+5
* net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-185-6/+11
* tcp: less aggressive window probing on local congestionYuchung Cheng2019-01-181-15/+7
* tcp: retry more conservatively on local congestionYuchung Cheng2019-01-181-5/+3
* tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng2019-01-181-7/+7
* tcp: create a helper to model exponential backoffYuchung Cheng2019-01-181-13/+18
* tcp: properly track retry time on passive Fast OpenYuchung Cheng2019-01-181-0/+3
* tcp: always set retrans_stamp on recoveryYuchung Cheng2019-01-182-25/+7
* tcp: always timestamp on every skb transmissionYuchung Cheng2019-01-181-8/+8
* tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng2019-01-181-4/+2
* net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann2019-01-171-12/+3
* net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann2019-01-171-12/+3
* net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-10/+36
* tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg2019-01-171-70/+196
* net/tls: Make function tls_sw_do_sendpage staticYueHaibing2019-01-171-2/+2
* net/tls: remove unused function tls_sw_sendpage_lockedYueHaibing2019-01-171-10/+0
* Optimize sk_msg_clone() by data merge to end dst sg entryVakul Garg2019-01-171-8/+17
* net: dsa: Add ndo_get_phys_port_name() for CPU portFlorian Fainelli2019-01-171-1/+55
* openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-171-2/+1
* net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-161-1/+1
* Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu2019-01-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-1529-113/+209
|\
| * net: clear skb->tstamp in bridge forwarding pathPaolo Abeni2019-01-121-0/+1
| * net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo2019-01-122-23/+27
| * net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo2019-01-123-12/+38
| * net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo2019-01-122-20/+36
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-111-1/+1
| |\
| | * bpf: correctly set initial window on active Fast Open senderYuchung Cheng2019-01-101-1/+1
| * | tcp: change txhash on SYN-data timeoutYuchung Cheng2019-01-101-1/+1
| * | ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet2019-01-101-0/+1
| * | net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov2019-01-101-4/+9
| * | ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2019-01-102-13/+9
| |/
| * packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-01-091-2/+2
| * net: bridge: Fix VLANs memory leakIdo Schimmel2019-01-082-13/+14
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-081-4/+4
| |\
| | * bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov2019-01-051-4/+4
| * | smc: move unhash as early as possible in smc_release()Cong Wang2019-01-071-1/+3
| * | net: bridge: fix a bug on using a neighbour cache entry without checking its ...JianJhen Chen2019-01-071-1/+1
| * | tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva2019-01-071-1/+3
| * | rds: use DIV_ROUND_UP instead of ceilJacob Wen2019-01-074-9/+5
| * | can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp2019-01-071-3/+27
| * | ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern2019-01-051-1/+4
| |/
| * ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern2019-01-051-1/+10
| * ipv6: make icmp6_send() robust against null skb->devEric Dumazet2019-01-041-2/+6
| * fou6: Prevent unbounded recursion in GUE error handlerStefano Brivio2019-01-041-0/+8
| * fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio2019-01-041-1/+2
| * openvswitch: Fix IPv6 later frags parsingYi-Hung Wei2019-01-041-3/+5
| * net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes2019-01-041-6/+1
| * netlink: fixup regression in RTM_GETADDRArthur Gautier2019-01-042-2/+2
* | libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-073-4/+13