summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-04-21ip: ip_options_compile() resilient to NULL skb routeEric Dumazet1-3/+3
2011-04-21bridge: reset IPCB in br_parse_ip_optionsEric Dumazet1-4/+2
2011-04-21Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan2-2/+7
2011-04-21bridge: Reset IPCB when entering IP stack on NF_FORWARDHerbert Xu1-0/+3
2011-04-21vlan: should take into account needed_headroomEric Dumazet1-0/+1
2011-04-21xfrm: Refcount destination entry on xfrm_lookupSteffen Klassert1-0/+2
2011-04-21tcp: avoid cwnd moderation in undoYuchung Cheng1-5/+7
2011-04-21sctp: Pass __GFP_NOWARN to hash table allocation attempts.David S. Miller1-2/+2
2011-04-21net_sched: fix ip_tos2prioDan Siemon1-1/+1
2011-04-21net ipv6: Fix duplicate /proc/sys/net/ipv6/neigh directory entries.Eric W. Biederman1-7/+11
2011-04-21l2tp: fix possible oops on l2tp_eth module unloadJames Chapman1-1/+1
2011-04-21fib: add rtnl locking in ip_fib_net_exitEric Dumazet1-0/+2
2011-04-21bridge: Fix possibly wrong MLD queries' ethernet source addressLinus Lüssing1-1/+1
2011-04-14atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville1-0/+1
2011-04-14netfilter: h323: bug in parsing of ASN1 SEQOF fieldDavid Sterba1-1/+1
2011-04-14econet: 4 byte infoleak to the networkVasiliy Kulikov1-1/+1
2011-04-14ipv6: netfilter: ip6_tables: fix infoleak to userspaceVasiliy Kulikov1-0/+3
2011-04-14netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov1-1/+4
2011-04-14netfilter: arp_tables: fix infoleak to userspaceVasiliy Kulikov1-0/+3
2011-04-14netfilter: xtables: fix reentrancyEric Dumazet2-4/+4
2011-04-14netfilter: ip_tables: fix infoleak to userspaceVasiliy Kulikov1-0/+3
2011-04-14Bluetooth: bnep: fix buffer overflowVasiliy Kulikov1-0/+1
2011-04-14bridge: netfilter: fix information leakVasiliy Kulikov1-0/+2
2011-04-14Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov1-0/+1
2011-04-14Revert "net/sunrpc: Use static const char arrays"Trond Myklebust1-1/+1
2011-04-14mac80211: fix a crash in minstrel_ht in HT mode with no supported MCS ratesFelix Fietkau1-7/+18
2011-04-14ROSE: prevent heap corruption with bad facilitiesDan Rosenberg1-2/+16
2011-04-14net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-1/+16
2011-04-14irda: prevent heap corruption on invalid nicknameDan Rosenberg1-0/+3
2011-04-14irda: validate peer name and attribute lengthsDan Rosenberg1-0/+6
2011-04-14mac80211: initialize sta->last_rx in sta_info_allocFelix Fietkau1-0/+1
2011-03-27SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust1-0/+2
2011-03-27ethtool: Compat handling for struct ethtool_rxnfcBen Hutchings1-7/+107
2011-03-23RPC: killing RPC tasks races fixedStanislav Kinsbursky1-1/+3
2011-03-23SUNRPC: Ensure we always run the tk_callback before tk_actionTrond Myklebust1-8/+6
2011-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-15/+64
2011-03-10ip6ip6: autoload ip6 tunnelstephen hemminger1-0/+1
2011-03-10Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6-27/+80
2011-03-10net: bridge builtin vs. ipv6 modularRandy Dunlap1-0/+1
2011-03-10sunrpc: Propagate errors from xs_bind() through xs_create_sock()Ben Hutchings1-1/+2
2011-03-10SUNRPC: Remove resource leak in svc_rdma_send_error()Jesper Juhl1-0/+1
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust1-14/+61
2011-03-09ipv6: Don't create clones of host routes.David S. Miller1-1/+3
2011-03-10net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov4-5/+13
2011-03-09pktgen: fix errata in show resultsDaniel Turull1-1/+1
2011-03-09ipv4: Fix erroneous uses of ifa_address.David S. Miller1-3/+3
2011-03-08rds: prevent BUG_ON triggering on congestion map updatesNeil Horman2-4/+12
2011-03-07net: fix multithreaded signal handling in unix recv routinesRainer Weikusat1-4/+13
2011-03-07net: Enter net/ipv6/ even if CONFIG_IPV6=nThomas Graf1-3/+1
2011-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-22/+67