aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-28ipv4: Don't ip_rt_put() an error pointer in RAW sockets.David S. Miller1-0/+1
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-1/+16
2011-03-27net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros1-1/+1
2011-03-27bridge: notify applications if address of bridge device changesstephen hemminger4-5/+13
2011-03-27ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo()Jan Luebbe1-3/+3
2011-03-27can: make struct proto constOliver Hartkopp3-10/+7
2011-03-27net: remove useless comments in net/core/dev.cAmerigo Wang1-54/+0
2011-03-27rose: Add length checks to CALL_REQUEST parsingBen Hutchings4-46/+86
2011-03-27ROSE: prevent heap corruption with bad facilitiesDan Rosenberg1-2/+16
2011-03-27irda: validate peer name and attribute lengthsDan Rosenberg1-0/+6
2011-03-27irda: prevent heap corruption on invalid nicknameDan Rosenberg1-0/+3
2011-03-27dst: Clone child entry in skb_dst_popSteffen Klassert1-1/+1
2011-03-27xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert2-0/+4
2011-03-25ipv4: do not ignore route errorsJulian Anastasov1-2/+2
2011-03-24ipv4: Fix nexthop caching wrt. scoping.David S. Miller3-17/+13
2011-03-24ipv4: Invalidate nexthop cache nh_saddr more correctly.David S. Miller3-27/+22
2011-03-24ipv4: fix fib metricsEric Dumazet1-1/+1
2011-03-23ipv4: fix ip_rt_update_pmtu()Eric Dumazet1-2/+0
2011-03-23ipv4: Fallback to FIB local table in __ip_dev_find().David S. Miller1-0/+16
2011-03-22tcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool.David S. Miller1-6/+6
2011-03-22tcp: avoid cwnd moderation in undoYuchung Cheng1-5/+7
2011-03-22bridge: Fix possibly wrong MLD queries' ethernet source addressLinus Lüssing1-1/+1
2011-03-22ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal1-1/+1
2011-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+1
2011-03-22ipv4: optimize route adding on secondary promotionJulian Anastasov1-1/+2
2011-03-22ipv4: remove the routes on secondary promotionJulian Anastasov1-0/+11
2011-03-22ipv4: fix route deletion for IPs on many subnetsJulian Anastasov1-13/+88
2011-03-22ipv4: match prefsrc when deleting routesJulian Anastasov1-0/+2
2011-03-22net: implement dev_disable_lro() hw_features compatibilityMichał Mirosław2-9/+12
2011-03-21IPVS: Use global mutex in ip_vs_app.cSimon Horman1-13/+10
2011-03-21ipvs: fix a typo in __ip_vs_control_init()Eric Dumazet1-1/+1
2011-03-21net ipv6: Fix duplicate /proc/sys/net/ipv6/neigh directory entries.Eric W. Biederman1-7/+11
2011-03-21net: fix incorrect spelling in drop monitor protocolNeil Horman1-1/+1
2011-03-21net/appletalk: fix atalk_release use after freeArnd Bergmann1-0/+3
2011-03-21ipx: fix ipx_release()Eric Dumazet1-1/+1
2011-03-21l2tp: fix possible oops on l2tp_eth module unloadJames Chapman1-1/+1
2011-03-21xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun2-2/+15
2011-03-21mac80211: initialize sta->last_rx in sta_info_allocFelix Fietkau1-0/+1
2011-03-20netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov1-1/+4
2011-03-20netfilter: xtables: fix reentrancyEric Dumazet2-4/+4
2011-03-20netfilter: ipset: fix checking the type revision at create commandJozsef Kadlecsik1-5/+17
2011-03-20netfilter: ipset: fix address ranges at hash:*port* typesJozsef Kadlecsik4-94/+38
2011-03-18bridge: Reset IPCB when entering IP stack on NF_FORWARDHerbert Xu1-0/+3
2011-03-18vlan: should take into account needed_headroomEric Dumazet1-0/+1
2011-03-18ethtool: Compat handling for struct ethtool_rxnfcBen Hutchings1-7/+107
2011-03-18ethtool: __ethtool_set_sg: check for function pointer before using itRoger Luethi1-0/+3
2011-03-18econet: 4 byte infoleak to the networkVasiliy Kulikov1-1/+1
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+4
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds2-16/+196
2011-03-17Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds8-96/+120