summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-05-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville4-14/+47
2013-05-27mac80211: Allow single vif mac address change with addr_maskHelmut Schaa1-6/+20
2013-05-27mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg1-0/+9
2013-05-27mac80211: assign AP_VLAN hw queues correctlyJohannes Berg1-0/+3
2013-05-24cfg80211: fix reporting 64-bit station info tx bytesFelix Fietkau1-1/+1
2013-05-23mac80211: fix queue handling crashJohannes Berg1-1/+5
2013-05-23cfg80211: check wdev->netdev in connection workJohannes Berg1-0/+3
2013-05-21NFC: Remove commented out LLCP related Makefile linePaul Bolle1-1/+0
2013-05-17mac80211: fix direct probe authStanislaw Gruszka1-6/+6
2013-05-17cfg80211: fix sending WoWLAN TCP wakeup settingsJohannes Berg1-0/+2
2013-05-17mac80211: report deauth to cfg80211 for local state changeJohannes Berg1-4/+4
2013-05-17cfg80211: fix interface down/disconnect state handlingJohannes Berg2-2/+2
2013-05-17mac80211: fix AP-mode frame matchingJohannes Berg1-0/+3
2013-05-17nl80211: Add wdev identifier to some nl80211 notificationsIlan Peer1-0/+2
2013-05-17mac80211: use just spin_lock() in ieee80211_get_tkip_p2k()Johannes Berg1-2/+2
2013-05-17mac80211: fix spurious RCU warning and update documentationFelix Fietkau1-1/+8
2013-05-17mac80211: fix HT beacon-based channel switch handlingJohannes Berg1-6/+22
2013-05-17mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUMEJohannes Berg3-0/+33
2013-05-17cfg80211: fix WoWLAN wakeup tracingJohannes Berg1-10/+13
2013-05-17cfg80211: fix wiphy_register error pathJohannes Berg1-6/+10
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-3/+2
2013-05-09gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar3-10/+13
2013-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-32/+22
2013-05-07tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter1-2/+4
2013-05-07tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter1-1/+4
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds11-726/+1665
2013-05-06netpoll: inverted down_trylock() testDan Carpenter1-1/+1
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro1-11/+1
2013-05-06fib_trie: no need to delay vfree()Al Viro1-11/+2
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov1-0/+1
2013-05-06tcp: do not expire TCP fastopen cookiesEric Dumazet1-6/+9
2013-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-50/+63
2013-05-04packet: tpacket_v3: do not trigger bug() on wrong header statusDaniel Borkmann1-30/+23
2013-05-04vxlan: Fix TCPv6 segmentation.Pravin B Shelar1-1/+6
2013-05-04gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar2-1/+4
2013-05-04bridge: fix race with topology change timerstephen hemminger1-1/+1
2013-05-04tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto1-1/+12
2013-05-04tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto1-9/+9
2013-05-04tipc: cosmetic: clean up comments and break a long lineGerlando Falauto1-6/+7
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-19/+1889
2013-05-03SUNRPC: Don't spam syslog with "Pseudoflavor not found" messagesTrond Myklebust2-3/+2
2013-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+13
2013-05-03Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+39
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork2-2/+2
2013-05-02net: use netdev_features_t in skb_needs_linearize()Patrick McHardy1-1/+1
2013-05-02libceph: use slab cache for osd client requestsAlex Elder2-2/+32
2013-05-02libceph: allocate ceph message data with a slab allocatorAlex Elder1-3/+23
2013-05-02libceph: allocate ceph messages with a slab allocatorAlex Elder1-2/+27
2013-05-02libceph: create source file "net/ceph/snapshot.c"Alex Elder2-1/+79
2013-05-02libceph: fix byte order mismatchAlex Elder1-2/+1