summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-03-31ipv4: Use flowi4_init_output() in udp_sendmsg()David S. Miller
2011-03-31ipv4: Use flowi4_init_output() in cookie_v4_check()David S. Miller
2011-03-31ipv4: Use flowi4_init_output() in raw_sendmsg()David S. Miller
2011-03-31ipv4: Use flowi4_init_output() in ip_send_reply()David S. Miller
2011-03-31ipv4: Use flowi4_init_output() in inet_connection_sock.cDavid S. Miller
2011-03-31fib: add __rcu annotationsEric Dumazet
2011-03-31sctp: Pass __GFP_NOWARN to hash table allocation attempts.David S. Miller
2011-03-30fib: add rtnl locking in ip_fib_net_exitEric Dumazet
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville
2011-03-30netdev: fix mtu check when TSO is enabledDaniel Lezcano
2011-03-30bridge: mcast snooping, fix length check of snooped MLDv1/2Linus Lüssing
2011-03-30net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs
2011-03-30bridge: Fix compilation warning in function br_stp_recalculate_bridge_id()Balaji G
2011-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-03-29xfrm: Restrict extended sequence numbers to espSteffen Klassert
2011-03-29xfrm: Check for esn buffer len in xfrm_new_aeSteffen Klassert
2011-03-29xfrm: Assign esn pointers when cloning a stateSteffen Klassert
2011-03-29xfrm: Move the test on replay window size into the replay check functionsSteffen Klassert
2011-03-28ipv4: Don't ip_rt_put() an error pointer in RAW sockets.David S. Miller
2011-03-28net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka
2011-03-28net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros
2011-03-28bridge: notify applications if address of bridge device changesstephen hemminger
2011-03-28ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo()Jan Luebbe
2011-03-28can: make struct proto constOliver Hartkopp
2011-03-28net: remove useless comments in net/core/dev.cAmerigo Wang
2011-03-28rose: Add length checks to CALL_REQUEST parsingBen Hutchings
2011-03-28ROSE: prevent heap corruption with bad facilitiesDan Rosenberg
2011-03-28irda: validate peer name and attribute lengthsDan Rosenberg
2011-03-28irda: prevent heap corruption on invalid nicknameDan Rosenberg
2011-03-28dst: Clone child entry in skb_dst_popSteffen Klassert
2011-03-28xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert
2011-03-27NFS: Ensure that rpc_release_resources_task() can be called twice.OGAWA Hirofumi
2011-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-03-26ipv4: do not ignore route errorsJulian Anastasov
2011-03-25Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2011-03-25ipv4: Fix nexthop caching wrt. scoping.David S. Miller
2011-03-25ipv4: Invalidate nexthop cache nh_saddr more correctly.David S. Miller
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust
2011-03-24ipv4: fix fib metricsEric Dumazet
2011-03-24NFS: Determine initial mount securityBryan Schumaker
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker
2011-03-24Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-03-24rds: use little-endian bitopsAkinobu Mita
2011-03-24rds: stop including asm-generic/bitops/le.h directlyAkinobu Mita
2011-03-23ipv4: fix ip_rt_update_pmtu()Eric Dumazet
2011-03-23ipv4: Fallback to FIB local table in __ip_dev_find().David S. Miller
2011-03-23tcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool.David S. Miller
2011-03-23tcp: avoid cwnd moderation in undoYuchung Cheng
2011-03-23bridge: Fix possibly wrong MLD queries' ethernet source addressLinus Lüssing
2011-03-23ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal