summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-06-25tipc: Convert fatal broadcast sanity check to non-fatal checkAllan Stephens1-1/+5
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville21-739/+1887
2011-06-24Bluetooth: include scatterlist.h where neededStephen Rothwell1-0/+1
2011-06-23dcb: use nlmsg_free() instead of kfree()Dan Carpenter1-2/+2
2011-06-23nl80211: use netlink consistent dump feature for BSS dumpsJohannes Berg1-4/+8
2011-06-23netlink: advertise incomplete dumpsJohannes Berg1-0/+2
2011-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville10-425/+1295
2011-06-22ip: introduce ip_is_fragment helper inline functionPaul Gortmaker12-17/+16
2011-06-22net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-22dcb: Add missing error check in dcb_ieee_set()John Fastabend1-0/+3
2011-06-22dcb: fix return type on dcb_setapp()John Fastabend1-1/+1
2011-06-22dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settingsJohn Fastabend1-0/+26
2011-06-22dcb: Add ieee_dcb_delapp() and dcb op to delete app entryJohn Fastabend1-2/+88
2011-06-22dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP dataJohn Fastabend1-4/+51
2011-06-22net: dcbnl, add multicast group for DCBJohn Fastabend1-83/+146
2011-06-22dcb: Add DCBX capabilities bitmask to the get_ieee responseJohn Fastabend1-0/+12
2011-06-22core: add tracepoints for queueing skb to rcvbufSatoru Moriya2-0/+6
2011-06-22udp: add tracepoints for queueing skb to rcvbufSatoru Moriya2-0/+3
2011-06-22Remove redundant linux/version.h includes from net/Jesper Juhl5-5/+0
2011-06-21Bluetooth: Fix not setting the chan stateVinicius Costa Gomes1-1/+1
2011-06-21Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2-10/+19
2011-06-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller59-202/+272
2011-06-21Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2011-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds24-37/+66
2011-06-21net: export the receive time stamping hook for non-NAPI driversRichard Cochran1-0/+1
2011-06-21ipv4, ping: Remove duplicate icmp.h includeJesper Juhl1-1/+0
2011-06-20Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller27-462/+2080
2011-06-20mac80211: quiesce vif before suspendingEliad Peller1-16/+27
2011-06-20Bluetooth: Remove useless access to the socketVinicius Costa Gomes1-2/+2
2011-06-20Bluetooth: Fix crash when setting a LE socket to readyVinicius Costa Gomes1-2/+2
2011-06-20batman-adv: improved gateway tq-based selectionAntonio Quartulli4-6/+104
2011-06-20batman-adv: throw uevent in userspace on gateway add/change/del eventAntonio Quartulli1-0/+6
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli3-56/+82
2011-06-20batman-adv: add wrapper function to throw uevent in userspaceAntonio Quartulli3-0/+84
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli5-128/+150
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli12-33/+334
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli18-305/+1381
2011-06-20batman-adv: Unify the first 3 bytes in each packetAntonio Quartulli1-12/+18
2011-06-20batman-adv: Reduce usage of charSven Eckelmann11-20/+20
2011-06-20batman-adv: count_real_packets() in batman-adv assumes char is signedDavid Howells3-8/+8
2011-06-20batman-adv: Keep interface_tx as local functionSven Eckelmann2-2/+1
2011-06-20batman-adv: Move compare_orig to originator.cSven Eckelmann2-8/+8
2011-06-20netpoll: copy dev name of slaves to struct netpollWANG Cong1-0/+1
2011-06-18ipv4: fix multicast lossesEric Dumazet1-3/+1
2011-06-18inet_diag: fix inet_diag_bc_audit()Eric Dumazet1-8/+6
2011-06-17net: rfs: enable RFS before first data packet is receivedEric Dumazet3-0/+3
2011-06-17Bluetooth: Fix locking in blacklist codeGustavo F. Padovan1-13/+25
2011-06-17mac80211: add cancel_hw_scan() callbackEliad Peller3-16/+37
2011-06-17mac80211: Start monitor work on restartPaul Stewart1-0/+1
2011-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-9/+24