summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: do not peel off an assoc from one netns to another oneXin Long2017-11-211-0/+4
* tipc: fix link attribute propagation bugRichard Alpe2017-11-182-23/+6
* tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-11-183-4/+4
* tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet2017-11-181-1/+2
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-11-186-38/+32
* ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-11-181-16/+42
* sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-11-181-0/+32
* ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-11-181-4/+7
* net/unix: don't show information about sockets from other namespacesAndrei Vagin2017-11-181-0/+2
* ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-11-182-2/+3
* packet: avoid panic in packet_getsockopt()Eric Dumazet2017-11-181-8/+16
* sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-11-181-1/+1
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-11-181-3/+3
* l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault2017-11-181-0/+3
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-181-1/+2
* mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg2017-11-181-2/+34
* mac80211: use constant time comparison with keysJason A. Donenfeld2017-11-181-1/+2
* mac80211: accept key reinstall without changing anythingJohannes Berg2017-11-181-3/+17
* net: dsa: select NET_SWITCHDEVVivien Didelot2017-11-151-2/+3
* IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef2017-11-151-0/+3
* netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev familyLiping Zhang2017-11-151-1/+27
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-271-1/+1
* netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value.Jarno Rajahalme2017-10-211-2/+2
* mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach2017-10-211-1/+1
* tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-211-1/+1
* net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-10-211-0/+2
* packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn2017-10-211-2/+4
* packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn2017-10-211-3/+5
* l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2017-10-212-7/+8
* l2tp: Avoid schedule while atomic in exit_netRidge Kennedy2017-10-211-1/+3
* vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-10-212-2/+4
* packet: hold bind lock when rebinding to fanout hookWillem de Bruijn2017-10-211-5/+11
* ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long2017-10-211-10/+11
* udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan2017-10-211-0/+1
* nl80211: Define policy for packet pattern attributesPeng Xu2017-10-181-2/+10
* rds: ib: add error handleZhu Yanjun2017-10-081-11/+36
* netfilter: nfnl_cthelper: fix incorrect helper->expect_class_maxLiping Zhang2017-10-081-9/+11
* netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-10-085-1/+7
* bridge: netlink: register netdevice before executing changelinkIdo Schimmel2017-10-081-2/+5
* net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-10-081-0/+2
* net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-10-081-0/+3
* audit: log 32-bit socketcallsRichard Guy Briggs2017-10-081-3/+14
* RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar2017-10-084-11/+29
* nl80211: check for the required netlink attributes presenceVladis Dronov2017-10-051-0/+3
* mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern2017-10-051-0/+2
* ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-09-271-1/+1
* ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca2017-09-271-6/+19
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-274-35/+12
* Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-271-3/+1
* tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-09-271-0/+4