aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-12net: Add flowi6_* member helper macros.David S. Miller1-0/+8
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-59/+59
2011-03-12ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2-3/+11
2011-03-12net: Add flowiX_to_flowi() shorthands.David S. Miller1-0/+15
2011-03-12net: Break struct flowi out into AF specific instances.David S. Miller2-59/+59
2011-03-12net: Make flowi ports AF dependent.David S. Miller3-36/+46
2011-03-12net: Create union flowi_uliDavid S. Miller1-23/+25
2011-03-12net: Create struct flowi_commonDavid S. Miller1-9/+21
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller4-33/+33
2011-03-12net: Remove unnecessary padding in struct flowiDavid S. Miller1-10/+10
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-0/+48
2011-03-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville3-33/+78
2011-03-10ipv4: Kill flowi arg to fib_select_multipath()David S. Miller1-1/+1
2011-03-09Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont1-1/+0
2011-03-08ipv4: Fix scope value used in route src-address caching.David S. Miller1-0/+1
2011-03-07ipv4: Cache source address in nexthop entries.David S. Miller1-2/+5
2011-03-04ipv4: Remove flowi from struct rtable.David S. Miller1-9/+13
2011-03-04ipv4: Use passed-in protocol in ip_route_newports().David S. Miller1-1/+1
2011-03-04Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-6/+20
2011-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville2-6/+20
2011-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville3-33/+78
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-1/+13
2011-03-03net_sched: reduce fifo qdisc sizeEric Dumazet1-0/+1
2011-03-02dcbnl: add support for retrieving peer configuration - ceeShmulik Ravid1-0/+3
2011-03-02dcbnl: add support for retrieving peer configuration - ieeeShmulik Ravid1-0/+6
2011-03-02ipv4: ip_route_output_key() is better as an inline.David S. Miller1-1/+5
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-29/+29
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller1-6/+8
2011-03-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-1/+17
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller4-10/+4
2011-03-01ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller1-3/+2
2011-03-01xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller1-2/+1
2011-03-01ipv6: Change final dst lookup arg name to "can_sleep"David S. Miller1-2/+2
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller1-3/+3
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller2-0/+3
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller1-3/+3
2011-03-01ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller1-2/+2
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller1-3/+8
2011-03-01udp: Switch to ip_finish_skbHerbert Xu2-0/+23
2011-03-01inet: Add ip_make_skb and ip_finish_skbHerbert Xu1-0/+16
2011-03-01inet: Remove explicit write references to sk/inet in ip_append_dataHerbert Xu1-9/+14
2011-03-01cfg80211: add a field for the bitrate of the last rx data packet from a stationFelix Fietkau1-1/+4
2011-02-27xfrm: Pass const xfrm_mark to xfrm_mark_put().David S. Miller1-1/+1
2011-02-27xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller1-5/+5
2011-02-27xfrm: Pass const arg to xfrm_alg_len and xfrm_alg_auth_len.David S. Miller1-2/+2
2011-02-27xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller1-4/+4
2011-02-27Bluetooth: Move index to common header in management interfaceSzymon Janc1-40/+3
2011-02-25mac80211: support direct offchannel TX offloadJohannes Berg1-0/+10
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-1/+1
2011-02-25Phonet: fix flawed "SYN/ACK" logicRémi Denis-Courmont1-0/+1