summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-03-03DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076]David Howells
2011-03-03libceph: retry after authorization failureSage Weil
2011-03-03libceph: fix handling of short returns from get_user_pagesSage Weil
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-03AF_RXRPC: Handle receiving ACKALL packetsDavid Howells
2011-03-03dcbnl: add support for retrieving peer configuration - ceeShmulik Ravid
2011-03-03dcbnl: 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-02dccp: fix oops on Reset after closeGerrit Renker
2011-03-02inet: Replace left-over references to inet->corkHerbert Xu
2011-03-02pfkey: fix warningStephen Hemminger
2011-03-02ipv6: Make icmp route lookup code a bit clearer.David S. Miller
2011-03-02Bluetooth: Fix some small code style issues in mgmt.cSzymon Janc
2011-03-02Bluetooth: Use variable name instead of type in sizeof()Szymon Janc
2011-03-02Bluetooth: Remove unused code from get_connectionsSzymon Janc
2011-03-02Bluetooth: Log all parameters in cmd_status for easier debuggingSzymon Janc
2011-03-02Bluetooth: Fix possible NULL pointer dereference in cmd_completeSzymon Janc
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-01ipvs: 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-03-01mac80211: make rate control Kconfig warning depend on mac80211Johannes Berg
2011-03-01mac80211: add support for showing the last rx bitrateFelix Fietkau
2011-03-01cfg80211: add a field for the bitrate of the last rx data packet from a stationFelix Fietkau
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