summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-02-24netfilter: ctnetlink: fix missing refcount increment during dumpsPablo Neira Ayuso1-0/+1
2011-02-24netfilter: fix race in conntrack between dump_table and destroyStephen Hemminger1-9/+5
2011-02-24net: deinit automatic LIST_HEADEric Dumazet1-0/+2
2011-02-17net: clear heap allocation for ethtool_get_regs()Eugene Teo1-1/+1
2011-02-17net: ax25: fix information leak to userland harderKees Cook1-1/+1
2011-02-17net: Fix ip link add netns oopsEric W. Biederman1-0/+3
2011-02-17net_sched: pfifo_head_drop problemEric Dumazet1-2/+0
2011-02-17ipv4: IP defragmentation must be ECN awareEric Dumazet1-0/+34
2011-02-17net: add POLLPRI to sock_def_readable()Eric Dumazet1-1/+1
2011-02-17inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov1-0/+3
2011-02-17af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller1-1/+1
2011-02-17NFS: Don't use vm_map_ram() in readdirTrond Myklebust1-31/+124
2011-02-17cfg80211: fix disabling channels based on hintsLuis R. Rodriguez1-1/+19
2011-02-17cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORYLuis R. Rodriguez1-0/+1
2011-02-17cfg80211: pass the reg hint initiator to helpersLuis R. Rodriguez1-4/+8
2011-02-17mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmitFelix Fietkau1-1/+2
2011-02-17mac80211: fix a crash in ieee80211_beacon_get_tim on change_interfaceFelix Fietkau1-0/+3
2011-02-17mac80211: use maximum number of AMPDU frames as default in BA RXLuciano Coelho1-9/+2
2011-02-17mac80211: add missing synchronize_rcuJohannes Berg1-0/+6
2011-02-17mac80211: fix mesh forwarding when ratelimited tooMilton Miller1-2/+2
2011-01-04ipv4/route.c: respect prefsrc for local routesJoel Sing1-2/+6
2011-01-03bridge: stp: ensure mac header is setFlorian Westphal1-0/+2
2011-01-03bridge: fix br_multicast_ipv6_rcv for paged skbsTomas Winkler1-10/+18
2010-12-31CAN: Use inode instead of kernel address for /proc fileDan Rosenberg1-2/+2
2010-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds21-57/+114
2010-12-25ipv4: dont create routes on down devicesEric Dumazet1-3/+4
2010-12-23Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller2-4/+9
2010-12-23irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg1-7/+11
2010-12-23tcp: fix listening_get_next()Eric Dumazet1-2/+2
2010-12-22Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-1/+4
2010-12-22mac80211: fix mesh forwardingJohannes Berg1-1/+4
2010-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-11/+12
2010-12-20net_sched: sch_sfq: fix allot handlingEric Dumazet1-12/+8
2010-12-19ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens2-11/+17
2010-12-17ceph: handle partial result from get_user_pagesHenry C Chang1-2/+2
2010-12-17ceph: mark user pages dirty on direct-io readsHenry C Chang1-4/+7
2010-12-16ipv6: don't flush routes when setting loopback downstephen hemminger1-1/+3
2010-12-16sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun1-1/+1
2010-12-16bridge: fix IPv6 queries for bridge multicast snoopingDavid Stevens1-1/+1
2010-12-16net: fix nulls list corruptions in sk_prot_allocOctavian Purdila5-12/+39
2010-12-16ipv6: delete expired route in ip6_pmtu_deliverAndrey Vagin1-1/+6
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-1/+9
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds21-57/+128
2010-12-13ceph: fix msgr_init error pathSage Weil1-5/+3
2010-12-13mac80211: avoid calling ieee80211_work_work unconditionallyHerton Ronaldo Krzesinski1-1/+4
2010-12-13mac80211: Fix NULL-pointer deference on ibss merge when not readyTim Harvey1-0/+4
2010-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-0/+1
2010-12-10net: fix skb_defer_rx_timestamp()Eric Dumazet1-2/+4
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams3-5/+7
2010-12-10SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun1-0/+8