summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: ecdh_helper - fix leak of private keyTudor Ambarus2017-10-061-1/+1
* Bluetooth: selftest - check for errors when computing ZZTudor Ambarus2017-10-061-3/+8
* Bluetooth: ecdh_helper - reveal error codesTudor Ambarus2017-10-063-24/+33
* Bluetooth: move ecdh allocation outside of ecdh_helperTudor Ambarus2017-10-064-50/+87
* Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-m...David S. Miller2017-10-0618-78/+78
|\
| * batman-adv: Add argument names for function ptr definitionsSven Eckelmann2017-09-301-4/+4
| * batman-adv: Fix "line over 80 characters" checkpatch warningSven Eckelmann2017-09-281-2/+2
| * batman-adv: Remove unnecessary parenthesesSven Eckelmann2017-09-2817-71/+71
| * batman-adv: Start new development cycleSimon Wunderlich2017-09-281-1/+1
* | net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches2017-10-062-28/+20
* | net/ipv6: remove unused err variable on icmpv6_push_pending_framesTim Hansen2017-10-061-2/+1
* | net: ipv6: remove unused code in ipv6_find_hdr()Lin Zhang2017-10-061-3/+0
* | tcp: a small refactor of RACK loss detectionYuchung Cheng2017-10-061-22/+18
* | tcp: more efficient RACK loss detectionYuchung Cheng2017-10-061-15/+5
* | tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-064-13/+41
* | RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka2017-10-061-2/+2
* | RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka2017-10-062-7/+6
* | net/ipv4: Remove unused variable in route.cTim Hansen2017-10-061-2/+1
* | tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang2017-10-061-12/+9
* | tcp: uniform the set up of sockets after successful connectionWei Wang2017-10-063-24/+16
* | VSOCK: add sock_diag interfaceStefan Hajnoczi2017-10-063-0/+199
* | VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2017-10-067-56/+64
* | VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi2017-10-061-10/+0
* | VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi2017-10-061-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-0626-154/+161
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-0523-137/+160
| |\ \
| | * | net: 8021q: skip packets if the vlan is downVishakha Narvekar2017-10-051-0/+6
| | * | net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov2017-10-031-0/+3
| | * | socket, bpf: fix possible use after freeEric Dumazet2017-10-032-5/+12
| | * | l2tp: fix l2tp_eth module loadingGuillaume Nault2017-10-021-49/+2
| | * | ip_gre: erspan device should keep dstXin Long2017-10-021-0/+1
| | * | ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long2017-10-021-1/+3
| | * | ip_gre: check packet length and mtu correctly in erspan_xmitXin Long2017-10-021-1/+1
| | * | ip_gre: get key from session_id correctly in erspan_rcvXin Long2017-10-021-3/+1
| | * | tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-011-1/+1
| | * | udp: perform source validation for mcast early demuxPaolo Abeni2017-10-012-21/+38
| | * | IPv4: early demux can return an error codePaolo Abeni2017-10-013-19/+26
| | * | ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long2017-10-011-2/+3
| | * | ip6_gre: ip6gre_tap device should keep dstXin Long2017-10-011-0/+1
| | * | ip_gre: ipgre_tap device should keep dstXin Long2017-10-011-0/+1
| | * | netlink: do not proceed if dump's start() errsJason A. Donenfeld2017-09-301-2/+5
| | * | net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-09-281-0/+2
| | * | packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn2017-09-281-1/+3
| | * | packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn2017-09-281-3/+5
| | * | net: dsa: Fix network device registration orderFlorian Fainelli2017-09-281-13/+18
| | * | inetpeer: fix RCU lookup() againEric Dumazet2017-09-281-2/+2
| | * | sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter2017-09-271-1/+3
| | * | l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2017-09-262-7/+8
| | * | vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-09-262-2/+4
| | * | l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()Guillaume Nault2017-09-252-0/+7