summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2015-07-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+1
2015-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-135/+295
2015-07-21openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges-1/+1
2015-07-21netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal-32/+47
2015-07-21tcp: suppress a division by zero warningEric Dumazet-6/+5
2015-07-21inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee-2/+4
2015-07-21sched: cls_flow: fix panic on filter replaceDaniel Borkmann-2/+3
2015-07-21sched: cls_flower: fix panic on filter replaceDaniel Borkmann-1/+1
2015-07-21sched: cls_bpf: fix panic on filter replaceDaniel Borkmann-1/+1
2015-07-21Merge tag 'mac80211-for-davem-2015-07-17' of git://git.kernel.org/pub/scm/lin...David S. Miller-41/+94
2015-07-21net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov-1/+3
2015-07-21caif: fix leaks and race in caif_queue_rcv_skb()Eric Dumazet-11/+8
2015-07-20Revert "sit: Add gro callbacks to sit_offload"Herbert Xu-2/+0
2015-07-17cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov-25/+53
2015-07-17mac80211: add missing length check for confirm framesBob Copeland-0/+3
2015-07-17mac80211: correct aid location in peering framesBob Copeland-1/+1
2015-07-17wireless: regulatory: reduce log level of CRDA related messagesThomas Petazzoni-3/+3
2015-07-17mac80211: shut down interfaces before destroying interface listJohannes Berg-11/+14
2015-07-17mac80211: wowlan: enable powersave if suspend while ps-pollingChaitanya T K-0/+16
2015-07-17mac80211: don't clear all tx flags when requeingMichal Kazior-1/+3
2015-07-17mac80211: clear subdir_stations when removing debugfsTom Hughes-0/+1
2015-07-15tc: act_bpf: fix memory leakAlexei Starovoitov-0/+3
2015-07-15fq_codel: fix return value of fq_codel_drop()WANG Cong-1/+10
2015-07-15net_sched: fix a use-after-free in sfqWANG Cong-1/+1
2015-07-15ipv6: lock socket in ip6_datagram_connect()Eric Dumazet-9/+27
2015-07-15fq_codel: fix a use-after-freeWANG Cong-1/+1
2015-07-15tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng-2/+1
2015-07-15bridge: mdb: fix double add notificationNikolay Aleksandrov-1/+0
2015-07-15bridge: multicast: treat igmpv3 report with INCLUDE and no sources as a leaveSatish Ashok-7/+30
2015-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-1/+3
2015-07-15net: Fix skb csum races when peekingHerbert Xu-6/+9
2015-07-15NET: AX.25: Stop heartbeat timer on disconnect.Richard Stearn-0/+1
2015-07-15net: Clone skb before setting peeked flagHerbert Xu-3/+38
2015-07-15rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTSDaniel Borkmann-4/+7
2015-07-14rds: rds_ib_device.refcount overflowWengang Wang-1/+3
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-194/+242
2015-07-139p/trans_virtio: reset virtio device on removePierre Morel-0/+1
2015-07-12Merge tag 'linux-can-fixes-for-4.2-20150712' of git://git.kernel.org/pub/scm/...David S. Miller-8/+13
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp-8/+13
2015-07-11net: dsa: Fix off-by-one in switch address parsingFlorian Fainelli-1/+1
2015-07-11net: dsa: Test array index before useFlorian Fainelli-2/+2
2015-07-11net: switchdev: don't abort unsupported operationsVivien Didelot-4/+8
2015-07-10net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter-2/+2
2015-07-10bridge: mdb: allow the user to delete mdb entry if there's a querierSatish Ashok-9/+2
2015-07-10net: call rcu_read_lock early in process_backlogJulian Anastasov-16/+16
2015-07-10net: do not process device backlog during unregistrationJulian Anastasov-2/+4
2015-07-09bridge: fix potential crash in __netdev_pick_tx()Eric Dumazet-0/+1
2015-07-09net: pktgen: kill the "Wait for kthread_stop" code in pktgen_thread_worker()Oleg Nesterov-9/+2
2015-07-09net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov-1/+3
2015-07-09libceph: treat sockaddr_storage with uninitialized family as blankIlya Dryomov-7/+7