summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02243-0/+243
* 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
| * | ip: update policy routing config helpStephen Hemminger2017-10-121-5/+3
| * | net/ncsi: Don't limit vids based on hot_channelSamuel Mendoza-Jonas2017-10-112-8/+10
| |/
| * net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet2017-10-101-2/+1
| * Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet2017-10-102-6/+2
| * net: defer call to cgroup_sk_alloc()Eric Dumazet2017-10-092-2/+6
| * net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet2017-10-092-1/+5
* | Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris2017-10-191-1/+1
|\ \ | |/ |/|
| * KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-0937-91/+145
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-0922-61/+96
| |\ \