summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-10-07mac80211: enable assoc check for mesh interfacesBob Copeland1-3/+0
2015-09-29net: call rcu_read_lock early in process_backlogJulian Anastasov1-15/+15
2015-09-29rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter1-1/+1
2015-09-29netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal1-32/+47
2015-09-29inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+5
2015-09-29ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2-9/+27
2015-09-29bridge: mdb: fix double add notificationNikolay Aleksandrov1-1/+0
2015-09-29net: Fix skb csum races when peekingHerbert Xu1-6/+9
2015-09-27net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-09-27net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov1-1/+3
2015-09-27bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov1-0/+2
2015-09-27net/tipc: initialize security state for new connection socketStephen Smalley1-0/+1
2015-09-27ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs1-3/+5
2015-09-27net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2
2015-09-27ipv6: Make MLD packets to only be processed locallyAngga1-3/+3
2015-08-27ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck2-4/+14
2015-08-27xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_inputAlexander Duyck1-1/+16
2015-08-27ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck2-3/+6
2015-08-27rds: rds_ib_device.refcount overflowWengang Wang1-1/+3
2015-08-27mac80211: clear subdir_stations when removing debugfsTom Hughes1-0/+1
2015-08-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2015-08-04mac80211: prevent possible crypto tx tailroom corruptionMichal Kazior1-0/+3
2015-08-04Revert "can: fix loss of CAN frames in raw_rcv"Sasha Levin1-5/+1
2015-07-21rtnl: restore notifications for deleted interfacesNicolas Dichtel1-3/+0
2015-07-13netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso1-1/+4
2015-07-13netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso1-0/+6
2015-07-13netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson1-0/+3
2015-07-12can: fix loss of CAN frames in raw_rcvOliver Hartkopp1-1/+5
2015-07-12netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warningsChen Gang1-2/+2
2015-07-05sctp: Fix race between OOTB responce and route removalAlexander Sverdlin1-1/+3
2015-07-05tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch3-4/+7
2015-07-05neigh: do not modify unlinked entriesJulian Anastasov1-0/+13
2015-07-05packet: avoid out of bounds read in round robin fanoutWillem de Bruijn1-16/+2
2015-07-05packet: read num_members once in packet_rcv_fanout()Eric Dumazet1-1/+1
2015-07-05bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2-3/+3
2015-07-05sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-11/+32
2015-07-05net: don't wait for order-3 page allocationShaohua Li2-2/+2
2015-07-05bridge: fix multicast router rlist endless loopNikolay Aleksandrov1-4/+3
2015-07-05netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman4-1/+42
2015-07-05NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle1-1/+2
2015-07-04SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust1-1/+1
2015-07-03cfg80211: wext: clear sinfo struct before calling driverJohannes Berg1-0/+2
2015-07-03net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng1-14/+10
2015-07-01lib/rhashtable: fix race between rhashtable_lookup_compare and hashtable resizeKonstantin Khlebnikov1-4/+1
2015-06-28tcp: tcp_get_info() should fetch socket fields onceEric Dumazet1-4/+6
2015-06-28vti6: fix uninit when using x-netnsYao Xiwei1-2/+1
2015-06-28netfilter: x_tables: fix cgroup matching on non-full sksDaniel Borkmann1-1/+1
2015-06-28xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever1-2/+3
2015-06-28xprtrdma: Take struct ib_device_attr off the stackChuck Lever2-24/+14
2015-06-15crush: ensuring at most num-rep osds are selectedIlya Dryomov1-4/+12