summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rds: Fix inaccurate accounting of unsignaled wrsHåkon Bugge2017-10-261-8/+7
* rds: ib: Fix uninitialized variableHåkon Bugge2017-10-261-0/+1
* net/unix: don't show information about sockets from other namespacesAndrei Vagin2017-10-261-0/+2
* net: dsa: check master device before putVivien Didelot2017-10-251-3/+4
* strparser: Use delayed work instead of timer for msg timeoutTom Herbert2017-10-251-9/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-10-242-18/+23
|\
| * ipsec: Fix aborted xfrm policy dump crashHerbert Xu2017-10-231-10/+15
| * ipsec: Fix dst leak in xfrm_bundle_create().David Miller2017-10-111-8/+8
* | sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth2017-10-241-2/+4
* | tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet2017-10-231-1/+2
* | tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den2017-10-231-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-2135-138/+230
|\ \
| * | ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-10-222-2/+3
| * | rxrpc: Don't release call mutex on error pointerDavid Howells2017-10-221-2/+3
| * | net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund2017-10-221-3/+2
| * | soreuseport: fix initialization raceCraig Gallek2017-10-223-11/+11
| * | net: bridge: fix returning of vlan range op errorsNikolay Aleksandrov2017-10-221-1/+1
| * | sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn2017-10-221-0/+4
| * | udp: make some messages more descriptiveMatteo Croce2017-10-211-2/+2
| * | Merge tag 'linux-can-fixes-for-4.14-20171019' of git://git.kernel.org/pub/scm...David S. Miller2017-10-212-6/+19
| |\ \
| | * | can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Marc Kleine-Budde2017-10-191-1/+13
| | * | can: af_can: do not access proto_tab directly use rcu_access_pointer insteadMarc Kleine-Budde2017-10-191-3/+3
| | * | can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King2017-10-191-2/+3
| * | | hv_sock: add locking in the open/close/release code pathsDexuan Cui2017-10-211-4/+18
| * | | net/ncsi: Fix length of GVI response packetGavin Shan2017-10-211-1/+1
| * | | net/ncsi: Enforce failover on link monitor timeoutGavin Shan2017-10-211-3/+5
| * | | net/ncsi: Disable HWA mode when no channels are foundGavin Shan2017-10-211-2/+10
| * | | net/ncsi: Stop monitor if channel times out or is inactiveSamuel Mendoza-Jonas2017-10-211-6/+9
| * | | net/ncsi: Fix AEN HNCDSC packet lengthSamuel Mendoza-Jonas2017-10-211-1/+1
| * | | packet: avoid panic in packet_getsockopt()Eric Dumazet2017-10-211-8/+16
| * | | tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-216-38/+33
| * | | bpf: remove mark access for SK_SKB program typesJohn Fastabend2017-10-201-1/+1
| * | | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-14/+15
| * | | sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-10-201-1/+1
| * | | sctp: do not peel off an assoc from one netns to another oneXin Long2017-10-191-0/+4
| |/ /
| * | netlink: fix netlink_ack() extack raceJohannes Berg2017-10-181-4/+4
| * | Merge tag 'mac80211-for-davem-2017-10-16' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-10-161-4/+17
| |\ \
| | * | mac80211: accept key reinstall without changing anythingJohannes Berg2017-10-161-4/+17
| | |/
| * | dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notificationXin Long2017-10-161-1/+12
| * | net/sched: cls_flower: Set egress_dev mark when calling into the HW driverOr Gerlitz2017-10-161-0/+2
| * | tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-10-161-3/+3
| * | net: enable interface alias removal via rtnlNicolas Dichtel2017-10-161-1/+4
| * | rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long2017-10-161-1/+1
| * | rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlinkXin Long2017-10-161-1/+1
| * | rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_eventXin Long2017-10-161-0/+1
| * | rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_eventXin Long2017-10-161-0/+1
| * | rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...Xin Long2017-10-161-0/+1
| * | rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_eventXin Long2017-10-161-0/+1
| * | l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault2017-10-141-0/+3
| * | net: fix typo in skbuff.cWenhua Shi2017-10-141-1/+1