summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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 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
| |\
| | * netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-091-2/+20
| | * netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang2017-10-092-2/+3
| | * netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet2017-10-061-2/+2
| | * netfilter: nf_tables: do not dump chain counters if not enabledPablo Neira Ayuso2017-10-061-1/+1
| | * netfilter: nf_tables: Release memory obtained by kasprintfArvind Yadav2017-10-031-1/+3
| | * netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov2017-09-294-14/+15
| | * netfilter: nf_tables: fix update chain errorJingPiao Chen2017-09-291-2/+2