aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Use struct flowi4 internally in routing lookups.David S. Miller2011-03-121-115/+115
* ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2011-03-125-17/+17
* net: Break struct flowi out into AF specific instances.David S. Miller2011-03-124-10/+10
* net: Make flowi ports AF dependent.David S. Miller2011-03-1225-93/+93
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-1247-311/+325
* xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok().David S. Miller2011-03-121-19/+3
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-1214-218/+118
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-1115-338/+647
|\
| * mac80211: update minstrel_ht sample rate when probe is setDaniel Halperin2011-03-091-10/+5
| * net/wireless: add COUNTRY to to regulatory device ueventScott James Remnant2011-03-092-11/+29
| * mac80211: fix scan race, simplify codeJohannes Berg2011-03-071-40/+24
| * mac80211: Add log message to ieee80211_restart_hw()Michael Buesch2011-03-071-0/+3
| * mac80211: remove unused macrosShan Wei2011-03-073-5/+0
| * mac80211: Remove redundant preamble and RTS flag setup in minstrel_htHelmut Schaa2011-03-041-3/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-03-047-269/+585
| |\
| | * Bluetooth: Fix some small code style issues in mgmt.cSzymon Janc2011-03-011-9/+5
| | * Bluetooth: Use variable name instead of type in sizeof()Szymon Janc2011-03-011-1/+1
| | * Bluetooth: Remove unused code from get_connectionsSzymon Janc2011-03-011-6/+2
| | * Bluetooth: Log all parameters in cmd_status for easier debuggingSzymon Janc2011-03-011-1/+1
| | * Bluetooth: Fix possible NULL pointer dereference in cmd_completeSzymon Janc2011-03-011-1/+3
| | * Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo2011-02-274-12/+14
| | * Bluetooth: Validate data size before accessing mgmt commandsSzymon Janc2011-02-271-0/+52
| | * Bluetooth: Move index to common header in management interfaceSzymon Janc2011-02-271-227/+180
| | * Bluetooth: Use proper command structure in remove_uuidSzymon Janc2011-02-271-1/+1
| | * Bluetooth: Remove duplicated BT_INFO() from L2CAPGustavo F. Padovan2011-02-251-2/+0
| | * Bluetooth: remove unnecessary call to hci_sock_cleanupAnand Gadiyar2011-02-251-3/+1
| | * Bluetooth: fix build break on hci_sock.cAnand Gadiyar2011-02-221-1/+1
| | * Bluetooth: Fix LE conn creationAnderson Briglia2011-02-211-2/+3
| | * Bluetooth: Fix unnecessary list traversal in mgmt_pending_removeJohan Hedberg2011-02-211-28/+14
| | * Bluetooth: Fix inititial value for remote authentication requirementsJohan Hedberg2011-02-211-0/+1
| | * Bluetooth: Add mgmt_auth_failed eventJohan Hedberg2011-02-212-3/+27
| | * Bluetooth: Fix mgmt_pin_code_reply return parametersJohan Hedberg2011-02-211-10/+13
| | * Bluetooth: Fix mgmt_pin_code_reply command status opcodeJohan Hedberg2011-02-211-1/+1
| | * Bluetooth: Add management support for user confirmation requestJohan Hedberg2011-02-212-0/+153
| | * Bluetooth: Add mgmt_pair_device commandJohan Hedberg2011-02-211-0/+133
| | * Bluetooth: Make pending_add return a pointer to the added entryJohan Hedberg2011-02-211-22/+40
* | | ipv4: Kill flowi arg to fib_select_multipath()David S. Miller2011-03-102-3/+3
* | | ipv4: Remove unnecessary test from ip_mkroute_input()David S. Miller2011-03-101-1/+1
* | | ipv4: Remove redundant RCU locking in ip_check_mc().David S. Miller2011-03-102-7/+6
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-1015-43/+115
|\ \ \
| * | | ip6ip6: autoload ip6 tunnelstephen hemminger2011-03-101-0/+1
| * | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2011-03-106-27/+80
| |\ \ \
| | * | | net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov2011-03-104-5/+13
| | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-03-052-22/+67
| | |\ \ \
| | | * | | libceph: fix msgr standby handlingSage Weil2011-03-041-8/+22
| | | * | | libceph: fix msgr keepalive flagSage Weil2011-03-041-5/+4
| | | * | | libceph: fix msgr backoffSage Weil2011-03-041-2/+28
| | | * | | libceph: retry after authorization failureSage Weil2011-03-031-2/+0
| | | * | | libceph: fix handling of short returns from get_user_pagesSage Weil2011-03-031-5/+13
| * | | | | net: bridge builtin vs. ipv6 modularRandy Dunlap2011-03-101-0/+1