summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: convert multicast list to list_headJiri Pirko2010-04-0316-429/+319Star
* net: move address list functions to a separate fileJiri Pirko2010-04-037-446/+501
* net: illegal_highdma() fixEric Dumazet2010-04-021-1/+3
* net: change illegal_highdma to use dma_maskFUJITA Tomonori2010-04-021-6/+14
* flow: structurize flow cacheTimo Teräs2010-04-021-104/+119
* xfrm: remove policy lock when accessing policy->walk.deadTimo Teräs2010-04-022-27/+10Star
* xfrm_user: verify policy direction at XFRM_MSG_POLEXPIRE handlerTimo Teräs2010-04-021-0/+4
* xfrm: Remove xfrm_state_genidHerbert Xu2010-04-021-4/+1Star
* rps: keep the old behavior on SMP without rpsChangli Gao2010-04-021-14/+28
* gen_estimator: deadlock fixEric Dumazet2010-04-021-2/+13
* ipv4: remove redundant verification codeHagen Paul Pfeifer2010-04-021-4/+0Star
* net-caif: using kmalloc/kfree requires the include of slab.hStephen Rothwell2010-04-011-0/+1
* sctp: eliminate useless codeHagen Paul Pfeifer2010-03-311-1/+0Star
* tipc: define needless global scoped variable staticHagen Paul Pfeifer2010-03-311-1/+1
* fix net/core/dst.c coding style error and warningslaurent chavey2010-03-311-21/+20Star
* netdev: ethtool RXHASH flagstephen hemminger2010-03-311-1/+6
* ipv6 fib: Use "Sweezle" to optimize addr_bit_test().YOSHIFUJI Hideaki / 吉藤英明2010-03-311-2/+13
* sctp: Use ipv6_addr_diff() in sctp_v6_addr_match_len().YOSHIFUJI Hideaki / 吉藤英明2010-03-311-14/+1Star
* net_sched: minor netns related cleanupTom Goff2010-03-311-3/+1Star
* net-caif: add CAIF Kconfig and MakefilesSjur Braendeland2010-03-314-0/+77
* net-caif: add CAIF netdeviceSjur Braendeland2010-03-311-0/+451
* net-caif: add CAIF socket implementationSjur Braendeland2010-03-311-0/+1391
* net-caif: add CAIF device registration functionalitySjur Braendeland2010-03-312-0/+500
* net-caif: add CAIF generic caif support functionsSjur Braendeland2010-03-312-0/+1100
* net-caif: add CAIF core protocol stackSjur Braendeland2010-03-3111-0/+1981
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-299-79/+319
|\
| * mac80211: remove unneed variable from ieee80211_tx_pending()Dan Carpenter2010-03-241-2/+0Star
| * mac80211: Add support for connection quality monitoringJuuso Oikarinen2010-03-242-0/+42
| * cfg80211: Add connection quality monitoring support to nl80211Juuso Oikarinen2010-03-243-0/+150
| * mac80211: Add support for connection monitor in hardwareJuuso Oikarinen2010-03-233-10/+60
| * net/wireless/wext-core.c: Use IW_EVENT_IDX macroJoe Perches2010-03-231-11/+11
| * net/wireless/wext_core.c: Use IW_IOCTL_IDX macroJoe Perches2010-03-231-56/+56
* | rps: fix net-sysfs build for !CONFIG_RPSStephen Rothwell2010-03-291-3/+4
* | net: __netif_receive_skb should be staticEric Dumazet2010-03-291-1/+1
* | net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64Jan Engelhardt2010-03-281-0/+1
* | net: fix unaligned access in IFLA_STATS64Jan Engelhardt2010-03-281-31/+31
* | netlink: use the appropriate namespace pidTom Goff2010-03-271-1/+1
* | ipv6: Fix result generation in ipv6_get_ifaddr().David S. Miller2010-03-261-3/+4
* | ipv6: Preserve pervious behavior in ipv6_link_dev_addr().David S. Miller2010-03-261-1/+1
* | rps: add CONFIG_RPSEric Dumazet2010-03-252-10/+24
* | tipc: remove trailing space in messagesFrans Pop2010-03-243-6/+6
* | net: remove trailing space in messagesFrans Pop2010-03-249-11/+11
* | rds: cleanup: remove unneeded variableDan Carpenter2010-03-241-2/+0Star
* | wimax: remove unneeded variableDan Carpenter2010-03-242-4/+0Star
* | llc: cleanup: remove dead code from llc_init()Dan Carpenter2010-03-241-6/+0Star
* | net: Fix locking in flush_backlogTom Herbert2010-03-241-4/+8
* | net_sched: make traffic control network namespace awareTom Goff2010-03-233-80/+107
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-2313-76/+271
|\|
| * rename new rfkill sysfs knobsflorian@mickler.org2010-03-191-27/+8Star
| * mac80211: (really) fix rates setup on IBSS mergeBruno Randolf2010-03-161-8/+8