summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-11-10Merge tag 'mac80211-for-john-2014-11-10' of git://git.kernel.org/pub/scm/linu...John W. Linville1-0/+3
2014-11-06mac80211: Fix regression that triggers a kernel BUG with CCMPRonald Wahl1-0/+3
2014-11-04Merge tag 'mac80211-for-john-2014-11-04' of git://git.kernel.org/pub/scm/linu...John W. Linville7-31/+31
2014-11-03mac80211: fix use-after-free in defragmentationJohannes Berg1-7/+7
2014-10-30mac80211: properly flush delayed scan work on interface removalJohannes Berg1-1/+6
2014-10-29mac80211: schedule the actual switch of the station before CSA count 0Luciano Coelho1-1/+2
2014-10-29mac80211: use secondary channel offset IE also beacons during CSALuciano Coelho5-17/+10
2014-10-29mac80211: flush keys for AP mode on ieee80211_do_stopFelix Fietkau1-5/+6
2014-10-27Merge tag 'mac80211-for-john-2014-10-23' of git://git.kernel.org/pub/scm/linu...John W. Linville6-13/+27
2014-10-20mac80211: minstrels: fix buffer overflow in HT debugfs rc_statsKarl Beldan2-10/+15
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-7/+8
2014-10-19Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn1-1/+1
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2014-10-18ipv6: fix a potential use after free in sit.cLi RongQing1-3/+3
2014-10-18ipv6: fix a potential use after free in ip6_offload.cLi RongQing1-0/+1
2014-10-18ipv4: fix a potential use after free in gre_offload.cLi RongQing1-3/+3
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-202/+265
2014-10-18net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli1-0/+1
2014-10-18openvswitch: Set flow-key members.Pravin B Shelar1-3/+3
2014-10-18netrom: use linux/uaccess.hFabian Frederick7-7/+7
2014-10-18tipc: fix bug in bundled buffer receptionJon Paul Maloy1-1/+6
2014-10-18ipv6: introduce tcp_v6_iif()Eric Dumazet3-13/+18
2014-10-18ipv4: fix a potential use after free in fou.cLi RongQing1-0/+3
2014-10-18ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing1-1/+2
2014-10-18openvswitch: Create right mask with disabled megaflowsPravin B Shelar1-21/+72
2014-10-18openvswitch: fix a use after freeLi RongQing1-1/+2
2014-10-17ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin1-3/+9
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang2-4/+4
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang2-29/+1
2014-10-17ipv4: call __ip_options_echo() in cookie_v4_check()Cong Wang1-1/+1
2014-10-16openvswitch: use vport instead of pFabian Frederick1-2/+2
2014-10-16openvswitch: kerneldoc warning fixFabian Frederick1-1/+1
2014-10-15net: Add ndo_gso_checkTom Herbert1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-16/+16
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds9-228/+153
2014-10-159p/trans_virtio: enable VQs earlyMichael S. Tsirkin1-0/+2
2014-10-15tcp: TCP Small Queues and strange attractorsEric Dumazet1-7/+19
2014-10-15net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller1-0/+2
2014-10-15rds: avoid calling sock_kfree_s() on allocation failureCong Wang1-3/+4
2014-10-15caif_usb: use target structure member in memsetFabian Frederick1-1/+1
2014-10-15caif_usb: remove redundant memory messageFabian Frederick1-3/+2
2014-10-15caif: replace kmalloc/memset 0 by kzallocFabian Frederick1-2/+2
2014-10-14ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko1-1/+1
2014-10-14tcp: fix tcp_ack() performance problemEric Dumazet1-9/+27
2014-10-14libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov1-1/+5
2014-10-14libceph: separate multiple ops with commas in debugfs outputIlya Dryomov1-1/+2
2014-10-14libceph: sync osd op definitions in rados.hIlya Dryomov2-132/+8
2014-10-14libceph: reference counting pagelistYan, Zheng2-5/+6
2014-10-14ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing1-1/+0
2014-10-14tcp: fix ooo_okay setting vs Small QueuesEric Dumazet1-2/+6