aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-04ipv4: Remove flowi from struct rtable.David S. Miller6-85/+133
2011-03-04ipv4: Set rt->rt_iif more sanely on output routes.David S. Miller1-1/+1
2011-03-04ipv4: Get peer more cheaply in rt_init_metrics().David S. Miller1-2/+2
2011-03-04ipv4: Optimize flow initialization in output route lookup.David S. Miller1-8/+10
2011-03-04inetpeer: seqlock optimizationEric Dumazet1-40/+35
2011-03-04Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller14-159/+266
2011-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville14-159/+266
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller17-73/+108
2011-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-3/+17
2011-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-19/+36
2011-03-04DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076]David Howells1-3/+17
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy1-6/+0
2011-03-03ipv6: Use ERR_CAST in addrconf_dst_alloc.David S. Miller1-6/+1
2011-03-03ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address.David S. Miller1-2/+2
2011-03-03net_sched: reduce fifo qdisc sizeEric Dumazet2-30/+22
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy3-30/+35
2011-03-03ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails.David S. Miller1-0/+1
2011-03-02AF_RXRPC: Handle receiving ACKALL packetsDavid Howells1-0/+1
2011-03-02dcbnl: add support for retrieving peer configuration - ceeShmulik Ravid1-4/+81
2011-03-02dcbnl: add support for retrieving peer configuration - ieeeShmulik Ravid1-0/+69
2011-03-02net: dcbnl: check correct ops in dcbnl_ieee_set()John Fastabend1-1/+1
2011-03-02ipv4: ip_route_output_key() is better as an inline.David S. Miller1-6/+0
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller27-179/+214
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller13-83/+103
2011-03-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller19-145/+126
2011-03-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller2-2/+6
2011-03-02netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt1-0/+4
2011-03-01dccp: fix oops on Reset after closeGerrit Renker1-4/+3
2011-03-01inet: Replace left-over references to inet->corkHerbert Xu1-2/+2
2011-03-01pfkey: fix warningStephen Hemminger1-1/+1
2011-03-01ipv6: Make icmp route lookup code a bit clearer.David S. Miller1-51/+66
2011-03-01ipv4: Make icmp route lookup code a bit clearer.David S. Miller1-79/+96
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller6-57/+46
2011-03-02ipvs: fix dst_lock locking on dest updateJulian Anastasov1-2/+2
2011-03-01ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller2-9/+7
2011-03-01xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller4-8/+7
2011-03-01ipv6: Change final dst lookup arg name to "can_sleep"David S. Miller1-6/+6
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller8-10/+11
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller3-3/+8
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller8-10/+10
2011-03-01ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller5-5/+5
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller9-162/+134
2011-03-01udp: Add lockless transmit pathHerbert Xu1-1/+14
2011-03-01udp: Switch to ip_finish_skbHerbert Xu1-33/+50
2011-03-01inet: Add ip_make_skb and ip_finish_skbHerbert Xu1-14/+51
2011-03-01inet: Remove explicit write references to sk/inet in ip_append_dataHerbert Xu1-98/+140
2011-03-01inet: Remove unused sk_sndmsg_* from UFOHerbert Xu3-5/+0
2011-03-01mac80211: make rate control Kconfig warning depend on mac80211Johannes Berg1-1/+1
2011-03-01mac80211: add support for showing the last rx bitrateFelix Fietkau3-10/+36
2011-03-01cfg80211: add a field for the bitrate of the last rx data packet from a stationFelix Fietkau1-19/+37