summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-03-30net-caif: add CAIF Kconfig and MakefilesSjur Braendeland4-0/+77
2010-03-30net-caif: add CAIF netdeviceSjur Braendeland1-0/+451
2010-03-30net-caif: add CAIF socket implementationSjur Braendeland1-0/+1391
2010-03-30net-caif: add CAIF device registration functionalitySjur Braendeland2-0/+500
2010-03-30net-caif: add CAIF generic caif support functionsSjur Braendeland2-0/+1100
2010-03-30net-caif: add CAIF core protocol stackSjur Braendeland11-0/+1981
2010-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller9-79/+319
2010-03-29rps: fix net-sysfs build for !CONFIG_RPSStephen Rothwell1-3/+4
2010-03-28net: __netif_receive_skb should be staticEric Dumazet1-1/+1
2010-03-27net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64Jan Engelhardt1-0/+1
2010-03-27net: fix unaligned access in IFLA_STATS64Jan Engelhardt1-31/+31
2010-03-26netlink: use the appropriate namespace pidTom Goff1-1/+1
2010-03-25ipv6: Fix result generation in ipv6_get_ifaddr().David S. Miller1-3/+4
2010-03-25ipv6: Preserve pervious behavior in ipv6_link_dev_addr().David S. Miller1-1/+1
2010-03-25rps: add CONFIG_RPSEric Dumazet2-10/+24
2010-03-24tipc: remove trailing space in messagesFrans Pop3-6/+6
2010-03-24net: remove trailing space in messagesFrans Pop9-11/+11
2010-03-24rds: cleanup: remove unneeded variableDan Carpenter1-2/+0
2010-03-24wimax: remove unneeded variableDan Carpenter2-4/+0
2010-03-24llc: cleanup: remove dead code from llc_init()Dan Carpenter1-6/+0
2010-03-24mac80211: remove unneed variable from ieee80211_tx_pending()Dan Carpenter1-2/+0
2010-03-24mac80211: Add support for connection quality monitoringJuuso Oikarinen2-0/+42
2010-03-24cfg80211: Add connection quality monitoring support to nl80211Juuso Oikarinen3-0/+150
2010-03-23net: Fix locking in flush_backlogTom Herbert1-4/+8
2010-03-23mac80211: Add support for connection monitor in hardwareJuuso Oikarinen3-10/+60
2010-03-23net/wireless/wext-core.c: Use IW_EVENT_IDX macroJoe Perches1-11/+11
2010-03-23net/wireless/wext_core.c: Use IW_IOCTL_IDX macroJoe Perches1-56/+56
2010-03-22net_sched: make traffic control network namespace awareTom Goff3-80/+107
2010-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller13-76/+271
2010-03-22rps: Fix build with CONFIG_SYSFS enabledTom Herbert1-0/+4
2010-03-21bridge: cleanup: remove unused assignmentDan Carpenter1-2/+0
2010-03-21pktgen node allocationRobert Olsson1-5/+53
2010-03-21net: dev_getfirstbyhwtype() optimizationEric Dumazet1-7/+10
2010-03-21net: snmp mib cleanupEric Dumazet2-3/+3
2010-03-21atm: Use kasprintfEric Dumazet1-9/+1
2010-03-21net: speedup netdev_set_master()Eric Dumazet1-4/+3
2010-03-21tcp: Add SNMP counter for DEFER_ACCEPTEric Dumazet2-0/+2
2010-03-21bonding: flush unicast and multicast lists when changing typeJiri Pirko1-2/+4
2010-03-21net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event()Patrick McHardy1-0/+1
2010-03-20ipv6: Fix bug in ipv6_chk_same_addr().David S. Miller1-8/+7
2010-03-20ipv6: Reduce timer events for addrconf_verify().YOSHIFUJI Hideaki1-4/+23
2010-03-20IPv6: addrconf cleanup addrconf_verifystephen hemminger1-9/+4
2010-03-20addrconf: checkpatch fixesStephen Hemminger1-173/+179
2010-03-20IPv6: addrconf cleanupsStephen Hemminger1-23/+28
2010-03-20ipv6: convert idev_list to list macrosstephen hemminger2-40/+40
2010-03-20ipv6: user better hash for addrconfstephen hemminger1-17/+8
2010-03-20IPv6: convert addrconf hash list to RCUstephen hemminger1-41/+44
2010-03-20ipv6: convert addrconf list to hliststephen hemminger1-75/+53
2010-03-20ipv6: convert temporary address list to list macrosstephen hemminger1-18/+12
2010-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller12-37/+95