summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-03-29rps: fix net-sysfs build for !CONFIG_RPSStephen Rothwell
2010-03-28net: __netif_receive_skb should be staticEric Dumazet
2010-03-27net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64Jan Engelhardt
2010-03-27net: fix unaligned access in IFLA_STATS64Jan Engelhardt
2010-03-26netlink: use the appropriate namespace pidTom Goff
2010-03-25ipv6: Fix result generation in ipv6_get_ifaddr().David S. Miller
2010-03-25ipv6: Preserve pervious behavior in ipv6_link_dev_addr().David S. Miller
2010-03-25rps: add CONFIG_RPSEric Dumazet
2010-03-24tipc: remove trailing space in messagesFrans Pop
2010-03-24net: remove trailing space in messagesFrans Pop
2010-03-24rds: cleanup: remove unneeded variableDan Carpenter
2010-03-24wimax: remove unneeded variableDan Carpenter
2010-03-24llc: cleanup: remove dead code from llc_init()Dan Carpenter
2010-03-24mac80211: remove unneed variable from ieee80211_tx_pending()master-2010-03-24Dan Carpenter
2010-03-24mac80211: Add support for connection quality monitoringJuuso Oikarinen
2010-03-24cfg80211: Add connection quality monitoring support to nl80211Juuso Oikarinen
2010-03-23net: Fix locking in flush_backlogTom Herbert
2010-03-23mac80211: Add support for connection monitor in hardwareJuuso Oikarinen
2010-03-23net/wireless/wext-core.c: Use IW_EVENT_IDX macroJoe Perches
2010-03-23net/wireless/wext_core.c: Use IW_IOCTL_IDX macroJoe Perches
2010-03-22net_sched: make traffic control network namespace awareTom Goff
2010-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-03-22rps: Fix build with CONFIG_SYSFS enabledTom Herbert
2010-03-21bridge: cleanup: remove unused assignmentDan Carpenter
2010-03-21pktgen node allocationRobert Olsson
2010-03-21net: dev_getfirstbyhwtype() optimizationEric Dumazet
2010-03-21net: snmp mib cleanupEric Dumazet
2010-03-21atm: Use kasprintfEric Dumazet
2010-03-21net: speedup netdev_set_master()Eric Dumazet
2010-03-21tcp: Add SNMP counter for DEFER_ACCEPTEric Dumazet
2010-03-21bonding: flush unicast and multicast lists when changing typeJiri Pirko
2010-03-21net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event()Patrick McHardy
2010-03-20ipv6: Fix bug in ipv6_chk_same_addr().David S. Miller
2010-03-20ipv6: Reduce timer events for addrconf_verify().YOSHIFUJI Hideaki
2010-03-20IPv6: addrconf cleanup addrconf_verifystephen hemminger
2010-03-20addrconf: checkpatch fixesStephen Hemminger
2010-03-20IPv6: addrconf cleanupsStephen Hemminger
2010-03-20ipv6: convert idev_list to list macrosstephen hemminger
2010-03-20ipv6: user better hash for addrconfstephen hemminger
2010-03-20IPv6: convert addrconf hash list to RCUstephen hemminger
2010-03-20ipv6: convert addrconf list to hliststephen hemminger
2010-03-20ipv6: convert temporary address list to list macrosstephen hemminger
2010-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-20netfilter: ctnetlink: fix reliable event delivery if message building failsPablo Neira Ayuso
2010-03-20netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err()Pablo Neira Ayuso
2010-03-20NET_DMA: free skbs periodicallySteven J. Magnani
2010-03-19tcp: Fix tcp_mark_head_lost() with packets == 0Lennart Schulte
2010-03-19net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy
2010-03-19TCP: check min TTL on received ICMP packetsstephen hemminger