summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-051-2/+1
* net: ipv6: remove unused code in ipv6_find_hdr()Lin Zhang2017-10-051-3/+0
* tcp: a small refactor of RACK loss detectionYuchung Cheng2017-10-051-22/+18
* tcp: more efficient RACK loss detectionYuchung Cheng2017-10-051-15/+5
* tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-054-13/+41
* RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka2017-10-051-2/+2
* RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka2017-10-052-7/+6
* net/ipv4: Remove unused variable in route.cTim Hansen2017-10-051-2/+1
* tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang2017-10-051-12/+9
* tcp: uniform the set up of sockets after successful connectionWei Wang2017-10-053-24/+16
* VSOCK: add sock_diag interfaceStefan Hajnoczi2017-10-053-0/+199
* VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2017-10-057-56/+64
* VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi2017-10-051-10/+0
* VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi2017-10-051-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-0526-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-041-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-022-5/+12
| | * l2tp: fix l2tp_eth module loadingGuillaume Nault2017-10-011-49/+2
| | * ip_gre: erspan device should keep dstXin Long2017-10-011-0/+1
| | * ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long2017-10-011-1/+3
| | * ip_gre: check packet length and mtu correctly in erspan_xmitXin Long2017-10-011-1/+1
| | * ip_gre: get key from session_id correctly in erspan_rcvXin Long2017-10-011-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-261-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
| | * l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault2017-09-251-4/+4
| * | Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds2017-09-282-16/+0
| * | IB: Correct MR length field to be 64-bitParav Pandit2017-09-251-1/+1
| |/
* | net: bridge: Pass extack to down to netdev_master_upper_dev_linkDavid Ahern2017-10-044-7/+15
* | net: Add extack to upper device linkingDavid Ahern2017-10-047-13/+19
* | net: Add extack to ndo_add_slaveDavid Ahern2017-10-043-6/+10
* | net: Add extack to netdev_notifier_infoDavid Ahern2017-10-041-32/+47
* | dev: advertise the new nsid when the netns iface changesNicolas Dichtel2017-10-042-12/+30
* | net: cache skb_shinfo() in skb_try_coalesce()Eric Dumazet2017-10-041-13/+16
OpenPOWER on IntegriCloud