summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | llc: free the right skbSorin Dumitru2012-08-061-3/+3
| | * | | tcp_output: fix sparse warning for tcp_wfreeSilviu-Mihai Popescu2012-08-061-1/+1
| | * | | batman-adv: select an internet gateway if none was chosenMarek Lindner2012-08-061-3/+3
| * | | | libceph: fix crypto key null deref, memory leakSylvain Munaut2012-08-022-1/+3
* | | | | tipc: eliminate configuration for maximum number of name publicationsYing Xue2012-08-204-26/+5
* | | | | tipc: eliminate configuration for maximum number of name subscriptionsYing Xue2012-08-204-28/+7
* | | | | tipc: add __read_mostly annotations to several global variablesYing Xue2012-08-203-11/+11
* | | | | tipc: convert tipc_nametbl_size type from variable to macroYing Xue2012-08-201-5/+5
* | | | | tipc: change tipc_net_start routine return value typeYing Xue2012-08-203-6/+4
* | | | | tipc: manually inline single use media_name_valid routineYing Xue2012-08-201-16/+1
* | | | | tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue2012-08-204-12/+3
* | | | | tipc: fix lockdep warning during bearer initializationYing Xue2012-08-201-1/+15
* | | | | tipc: optimize the initialization of network device notifierYing Xue2012-08-201-3/+10
* | | | | packet: Report fanout status via diag enginePavel Emelyanov2012-08-203-21/+42
* | | | | packet: Report rings cfg via diag enginePavel Emelyanov2012-08-201-1/+47
* | | | | gre: information leak in ip6_tnl_ioctl()Dan Carpenter2012-08-201-0/+2
* | | | | xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bhFan Du2012-08-171-2/+2
* | | | | sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter2012-08-161-1/+1
* | | | | sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber2012-08-161-6/+3
* | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-1616-129/+392
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-1516-129/+392
| |\ \ \ \ \
| | * | | | | mac80211: fix unnecessary beacon update after peering status changeMarco Porsch2012-08-133-34/+33
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-08-1013-95/+359
| | |\ \ \ \ \
| | | * | | | | Bluetooth: Refactor in hci_le_conn_complete_evtAndre Guedes2012-08-061-13/+9
| | | * | | | | Bluetooth: Lookup hci_conn in hci_le_conn_complete_evtAndre Guedes2012-08-061-2/+2
| | | * | | | | Bluetooth: Find hci_conn by BT_CONNECT stateAndre Guedes2012-08-061-8/+3
| | | * | | | | Bluetooth: Refactor hci_cs_le_create_connAndre Guedes2012-08-061-14/+16
| | | * | | | | Bluetooth: Remove unneeded codeAndre Guedes2012-08-061-10/+0
| | | * | | | | Bluetooth: Fix hci_le_conn_complete_evtAndre Guedes2012-08-061-0/+5
| | | * | | | | Bluetooth: Trivial refactoringAndre Guedes2012-08-061-2/+1
| | | * | | | | Bluetooth: Added /proc/net/sco via bt_procfs_init()Masatake YAMATO2012-08-061-0/+9
| | | * | | | | Bluetooth: Added /proc/net/rfcomm via bt_procfs_init()Masatake YAMATO2012-08-061-2/+12
| | | * | | | | Bluetooth: Added /proc/net/l2cap via bt_procfs_init()Masatake YAMATO2012-08-061-2/+18
| | | * | | | | Bluetooth: Added /proc/net/hidp via bt_procfs_init()Masatake YAMATO2012-08-061-1/+21
| | | * | | | | Bluetooth: Added /proc/net/hci via bt_procfs_init()Masatake YAMATO2012-08-061-2/+11
| | | * | | | | Bluetooth: Added /proc/net/cmtp via bt_procfs_init()Masatake YAMATO2012-08-061-2/+21
| | | * | | | | Bluetooth: Added /proc/net/bnep via bt_procfs_init()Masatake YAMATO2012-08-061-2/+20
| | | * | | | | Bluetooth: /proc/net/ entries for bluetooth protocolsMasatake YAMATO2012-08-061-0/+141
| | | * | | | | Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery2012-08-063-5/+7
| | | * | | | | Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery2012-08-061-0/+15
| | | * | | | | Bluetooth: Remove locking in hci_user_passkey_request_evtAndre Guedes2012-08-061-4/+0
| | | * | | | | Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko2012-08-062-9/+4
| | | * | | | | Bluetooth: Use lmp_no_flush_capable where applicableAndre Guedes2012-08-061-1/+1
| | | * | | | | Bluetooth: Use lmp_sniffsubr_capable where applicableAndre Guedes2012-08-061-1/+1
| | | * | | | | Bluetooth: Use lmp_sniff_capable where applicableAndre Guedes2012-08-061-1/+1
| | | * | | | | Bluetooth: Use lmp_rswitch_capable where applicableAndre Guedes2012-08-061-1/+1
| | | * | | | | Bluetooth: Use lmp_esco_capable where applicableAndre Guedes2012-08-061-1/+1
| | | * | | | | Bluetooth: Use lmp_ssp_capable where applicableAndre Guedes2012-08-062-4/+4
| | | * | | | | Bluetooth: Use lmp_le_capable where applicableAndre Guedes2012-08-062-4/+4
| | | * | | | | Bluetooth: Use lmp_bredr_capable where applicableAndre Guedes2012-08-061-2/+2