summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-07-08Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-32/+147
2011-07-08mac80211: Restart STA timers only on associated stateRajkumar Manoharan1-0/+3
2011-07-08mac80211: allow driver to generate P1K for IV32Johannes Berg1-6/+3
2011-07-08mac80211: allow drivers to access key sequence counterJohannes Berg2-2/+77
2011-07-08mac80211: simplify RX PN/IV handlingJohannes Berg5-20/+44
2011-07-08mac80211: use AES_BLOCK_SIZEJohannes Berg5-29/+25
2011-07-08mac80211: fix CMAC racesJohannes Berg6-32/+33
2011-07-08mac80211: fix CCMP racesJohannes Berg4-25/+32
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg5-61/+78
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville23-26/+1924
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-27/+67
2011-07-08SUNRPC: Fix a race between work-queue and rpc_killall_tasksTrond Myklebust1-16/+11
2011-07-08sctp: Enforce retransmission limit during shutdownThomas Graf4-13/+61
2011-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-56/+76
2011-07-07Bluetooth: Remove L2CAP busy queueMat Martineau1-117/+8
2011-07-07Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau2-19/+87
2011-07-07Bluetooth: Move code for ERTM local busy state to separate functionsMat Martineau1-24/+38
2011-07-07Bluetooth: Fix potential deadlock in mgmtAndre Guedes1-44/+44
2011-07-07Bluetooth: Fix potential deadlock in hci_coreAndre Guedes1-4/+4
2011-07-07mac80211: fix TKIP replay vulnerabilityJohannes Berg1-3/+13
2011-07-07mac80211: fix ie memory allocation for scheduled scansLuciano Coelho1-1/+2
2011-07-07batman-adv: request the full table if tt_crc doesn't matchAntonio Quartulli1-0/+12
2011-07-07batman-adv: keep global table consistency in case of roamingAntonio Quartulli1-2/+8
2011-07-07batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli4-30/+125
2011-07-07batman-adv: initialise last_ttvn and tt_crc for the orig_node structureAntonio Quartulli1-0/+2
2011-07-07packet: Fix build with INET disabled.David S. Miller1-0/+2
2011-07-07af_packet: lock imbalanceEric Dumazet1-31/+31
2011-07-07skbuff: skb supports zero-copy buffersShirley Ma1-1/+79
2011-07-07Disable router anycast address for /127 prefixesBjørn Mork1-0/+2
2011-07-07sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun1-0/+23
2011-07-07rose: Delete commented out references to ancient firewalling code.David S. Miller2-12/+0
2011-07-07net: refine {udp|tcp|sctp}_mem limitsEric Dumazet3-26/+5
2011-07-07Bluetooth: Remove enable_smp parameterAndre Guedes2-14/+10
2011-07-07Bluetooth: Add lmp_host_le_capable() macroAndre Guedes1-1/+1
2011-07-07Bluetooth: Add enable_le module parameterAndre Guedes1-0/+22
2011-07-07Bluetooth: Write LE Host Supported commandAndre Guedes1-0/+19
2011-07-07Bluetooth: Add extfeatures to struct hci_devAndre Guedes1-0/+27
2011-07-06mac80211: support GTK rekey offloadJohannes Berg4-0/+87
2011-07-06cfg80211/nl80211: support GTK rekey offloadJohannes Berg3-0/+128
2011-07-06mac80211: allow driver to iterate keysJohannes Berg1-0/+33
2011-07-06packet: Fix leak in pre-defrag support.David S. Miller1-1/+1
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet20-25/+27
2011-07-06packet: Add 'cpu' fanout policy.David S. Miller1-37/+28
2011-07-06dcbnl: Add CEE notificationShmulik Ravid1-190/+225
2011-07-06dcbnl: Aggregated CEE GET operationShmulik Ravid1-7/+152
2011-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller18-91/+90
2011-07-06net: Add GSO to vlan_features initializationShan Wei1-4/+5
2011-07-06packet: Add pre-defragmentation support for ipv4 fanouts.David S. Miller1-2/+48
2011-07-06ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.David S. Miller1-2/+3
2011-07-06packet: Add fanout support.David S. Miller1-5/+251