aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-09-28net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-09-28rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter
2015-09-28netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal
2015-09-28inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-09-28ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-09-28bridge: mdb: fix double add notificationNikolay Aleksandrov
2015-09-28net: Fix skb csum races when peekingHerbert Xu
2015-09-27net: do not process device backlog during unregistrationJulian Anastasov
2015-09-27net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov
2015-09-27bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov
2015-09-27net/tipc: initialize security state for new connection socketStephen Smalley
2015-09-27ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs
2015-09-27net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet
2015-09-27ipv6: Make MLD packets to only be processed locallyAngga
2015-08-27ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck
2015-08-27xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_inputAlexander Duyck
2015-08-27ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck
2015-08-27rds: rds_ib_device.refcount overflowWengang Wang
2015-08-27mac80211: clear subdir_stations when removing debugfsTom Hughes
2015-08-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro
2015-08-04mac80211: prevent possible crypto tx tailroom corruptionMichal Kazior
2015-08-04Revert "can: fix loss of CAN frames in raw_rcv"Sasha Levin
2015-07-20rtnl: restore notifications for deleted interfacesNicolas Dichtel
2015-07-13netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso
2015-07-13netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso
2015-07-13netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson
2015-07-12can: fix loss of CAN frames in raw_rcvOliver Hartkopp
2015-07-12netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warningsChen Gang
2015-07-05sctp: Fix race between OOTB responce and route removalAlexander Sverdlin
2015-07-05tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-07-05neigh: do not modify unlinked entriesJulian Anastasov
2015-07-05packet: avoid out of bounds read in round robin fanoutWillem de Bruijn
2015-07-05packet: read num_members once in packet_rcv_fanout()Eric Dumazet
2015-07-05bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov
2015-07-05sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-07-05net: don't wait for order-3 page allocationShaohua Li
2015-07-05bridge: fix multicast router rlist endless loopNikolay Aleksandrov
2015-07-05netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman
2015-07-05NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle
2015-07-03SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust
2015-07-03cfg80211: wext: clear sinfo struct before calling driverJohannes Berg
2015-07-03net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng
2015-07-01lib/rhashtable: fix race between rhashtable_lookup_compare and hashtable resizeKonstantin Khlebnikov
2015-06-28tcp: tcp_get_info() should fetch socket fields onceEric Dumazet
2015-06-28vti6: fix uninit when using x-netnsYao Xiwei
2015-06-28netfilter: x_tables: fix cgroup matching on non-full sksDaniel Borkmann
2015-06-28xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever
2015-06-28xprtrdma: Take struct ib_device_attr off the stackChuck Lever
2015-06-15crush: ensuring at most num-rep osds are selectedIlya Dryomov
2015-06-15bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov