summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-1228-600/+602
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-1210-32/+32
* ipv4: Kill fib_semantic_match declaration from fib_lookup.hDavid S. Miller2011-03-121-3/+0
* net: Use flowi4 and flowi6 in xfrm layer.David S. Miller2011-03-125-64/+77
* netfilter: Use flowi4 and flowi6 in xt_TCPMSSDavid S. Miller2011-03-121-5/+10
* netfilter: Use flowi4 and flowi6 in nf_conntrack_h323_mainDavid S. Miller2011-03-121-12/+20
* ipv4: Use flowi4 in UDPDavid S. Miller2011-03-121-6/+8
* netfilter: Use flowi4 in nf_nat_standalone.cDavid S. Miller2011-03-121-4/+5
* ipv4: Use flowi4 in ipmr code.David S. Miller2011-03-121-16/+17
* ipv4: Use flowi4 in FIB layer.David S. Miller2011-03-123-30/+31
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-1213-165/+172
* 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