summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2010-03-10mac80211: Fix sta_mtx unlocking on insert STA failure pathJouni Malinen-0/+1
2010-03-08tipc: filter out messages not intended for this hostNeil Horman-0/+9
2010-03-08tipc: fix endianness on tipc subscriber messagesNeil Horman-37/+22
2010-03-08ethtool: Use noinline_for_stackEric Dumazet-32/+8
2010-03-08net/sunrpc: Convert (void)snprintf to snprintfJoe Perches-5/+5
2010-03-08net/sunrpc: Remove uses of NIPQUAD, use %pI4Joe Perches-5/+3
2010-03-08tcp: Fix tcp_make_synack()Eric Dumazet-9/+9
2010-03-08net: fix route cache rebuildsEric Dumazet-12/+38
2010-03-08tcp: Add SNMP counters for backlog and min_ttl dropsEric Dumazet-3/+9
2010-03-07bridge: Fix RCU race in br_multicast_stopHerbert Xu-1/+1
2010-03-07bridge: Use RCU list primitive in __br_mdb_ip_getHerbert Xu-1/+1
2010-03-07ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.YOSHIFUJI Hideaki / 吉藤英明-18/+4
2010-03-07sock.c: potential null dereferenceDan Carpenter-1/+2
2010-03-07bridge: cleanup: remove unneed checkDan Carpenter-2/+2
2010-03-05ethtool: Add direct access to ops->get_sset_countJeff Garzik-4/+3
2010-03-05ethtool: Add direct access to ops->get_sset_countJeff Garzik-0/+72
2010-03-05net: backlog functions renameZhu Yi-14/+14
2010-03-05x25: use limited socket backlogZhu Yi-1/+1
2010-03-05tipc: use limited socket backlogZhu Yi-2/+4
2010-03-05sctp: use limited socket backlogZhu Yi-15/+30
2010-03-05llc: use limited socket backlogZhu Yi-1/+2
2010-03-05udp: use limited socket backlogZhu Yi-12/+22
2010-03-05tcp: use limited socket backlogZhu Yi-4/+8
2010-03-05net: add limit for socket backlogZhu Yi-2/+14
2010-03-04tipc: Fix oops on send prior to entering networked mode (v3)Neil Horman-53/+11
2010-03-04gre: fix hard header destination address checkingTimo Teräs-5/+2
2010-03-04IPv6: fix race between cleanup and add/delete addressstephen hemminger-5/+13
2010-03-04IPv6: addrconf notify when address is unavailablestephen hemminger-17/+29
2010-03-04IPv6: addrconf timer racestephen hemminger-13/+15
2010-03-04IPv6: addrconf dad timer unnecessary bh_disablestephen hemminger-5/+5
2010-03-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-5/+27
2010-03-03mac80211: Fix HT rate control configurationSujith-3/+5
2010-03-03bridge: depends on INETRandy Dunlap-0/+1
2010-03-03Bluetooth: Use single_open() for inquiry cache within debugfsMarcel Holtmann-21/+20
2010-03-03af_packet: move strict addr_len check right before dev_[mc/unicast]_[add/del]Jiri Pirko-1/+5
2010-03-03ipsec: Fix bogus bundle flowiHerbert Xu-6/+9
2010-03-02mac80211: Fix reassociation processing (within ESS roaming)Jouni Malinen-2/+14
2010-03-02rfkill: Add support for KEY_RFKILLMatthew Garrett-0/+8
2010-03-02bridge: Fix build error when IGMP_SNOOPING is not enabledSridhar Samudrala-5/+9
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller-23/+59
2010-02-28scm: Only support SCM_RIGHTS on unix domain sockets.Eric W. Biederman-0/+2
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-20/+29
2010-02-28ethtool: do not set some flags, if others failedJeff Garzik-4/+6
2010-02-28netlink: Adding inode field to /proc/net/netlinkMasatake YAMATO-3/+4
2010-02-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller-40/+99
2010-02-28bridge: Make IGMP snooping depend upon BRIDGE.David S. Miller-0/+1
2010-02-28bridge: Add multicast count/interval sysfs entriesHerbert Xu-0/+203
2010-02-28bridge: Add hash elasticity/max sysfs entriesHerbert Xu-0/+81
2010-02-28bridge: Add multicast_snooping sysfs toggleHerbert Xu-5/+75
2010-02-28bridge: Add multicast_router sysfs entriesHerbert Xu-14/+133