summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-03-04DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076]David Howells
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy
2011-03-03ipv6: Use ERR_CAST in addrconf_dst_alloc.David S. Miller
2011-03-03ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address.David S. Miller
2011-03-03net_sched: reduce fifo qdisc sizeEric Dumazet
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy
2011-03-03ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails.David S. Miller
2011-03-02AF_RXRPC: Handle receiving ACKALL packetsDavid Howells
2011-03-02dcbnl: add support for retrieving peer configuration - ceeShmulik Ravid
2011-03-02dcbnl: add support for retrieving peer configuration - ieeeShmulik Ravid
2011-03-02net: dcbnl: check correct ops in dcbnl_ieee_set()John Fastabend
2011-03-02ipv4: ip_route_output_key() is better as an inline.David S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller
2011-03-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-03-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-03-02netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt
2011-03-01dccp: fix oops on Reset after closeGerrit Renker
2011-03-01inet: Replace left-over references to inet->corkHerbert Xu
2011-03-01pfkey: fix warningStephen Hemminger
2011-03-01ipv6: Make icmp route lookup code a bit clearer.David S. Miller
2011-03-01ipv4: Make icmp route lookup code a bit clearer.David S. Miller
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller
2011-03-02ipvs: fix dst_lock locking on dest updateJulian Anastasov
2011-03-01ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller
2011-03-01xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller
2011-03-01ipv6: Change final dst lookup arg name to "can_sleep"David S. Miller
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller
2011-03-01ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller
2011-03-01udp: Add lockless transmit pathHerbert Xu
2011-03-01udp: Switch to ip_finish_skbHerbert Xu
2011-03-01inet: Add ip_make_skb and ip_finish_skbHerbert Xu
2011-03-01inet: Remove explicit write references to sk/inet in ip_append_dataHerbert Xu
2011-03-01inet: Remove unused sk_sndmsg_* from UFOHerbert Xu
2011-02-28net: TX timestamps for IPv6 UDP packetsAnders Berggren
2011-02-28llc: avoid skb_clone() if there is only one handlerChangli Gao
2011-02-28netlink: handle errors from netlink_dump()Andrey Vagin
2011-02-28net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch.David S. Miller
2011-02-28netfilter: nf_ct_tcp: fix out of sync scenario while in SYN_RECVPablo Neira Ayuso
2011-02-27xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller
2011-02-27xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller
2011-02-27bond: service netpoll arp queue on master deviceAmerigo Wang
2011-02-27netpoll: remove IFF_IN_NETPOLL flagAmerigo Wang
2011-02-25pfkey: Use const where possible.David S. Miller