aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens2011-03-136-55/+7
* tipc: Split up unified structure of network-related variablesAllan Stephens2011-03-135-42/+33
* tipc: Fix problem with missing link in "tipc-config -l" outputAllan Stephens2011-03-133-6/+8
* tipc: Add support for SO_RCVTIMEO socket optionAllan Stephens2011-03-131-15/+17
* tipc: Cosmetic changes to node subscription codeAllan Stephens2011-03-134-13/+27
* tipc: Prevent null pointer error when removing a node subscriptionAllan Stephens2011-03-132-8/+10
* tipc: Add network address mask helper routinesAllan Stephens2011-03-133-7/+16
* tipc: Correct broadcast link peer info when displaying linksAllan Stephens2011-03-131-1/+1
* tipc: Allow receiving into iovec containing multiple entriesAllan Stephens2011-03-131-23/+15
* decnet: Convert to use flowidn where applicable.David S. Miller2011-03-126-170/+177
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-1212-51/+51
* 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