summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-04-04l2tp: Update PPP-over-L2TP driver to work over L2TPv3James Chapman1-46/+74
2010-04-04l2tp: Add L2TPv3 protocol supportJames Chapman4-148/+484
2010-04-04l2tp: Add ppp device name to L2TP ppp session dataJames Chapman1-0/+4
2010-04-04l2tp: Split pppol2tp patch into separate l2tp and ppp partsJames Chapman8-2682/+3173
2010-04-04l2tp: Relocate pppol2tp driver to new net/l2tp directoryJames Chapman3-0/+2686
2010-04-04net: convert multicast list to list_headJiri Pirko16-429/+319
2010-04-04net: move address list functions to a separate fileJiri Pirko7-446/+501
2010-04-03net: illegal_highdma() fixEric Dumazet1-1/+3
2010-04-02net: change illegal_highdma to use dma_maskFUJITA Tomonori1-6/+14
2010-04-02flow: structurize flow cacheTimo Teräs1-104/+119
2010-04-02xfrm: remove policy lock when accessing policy->walk.deadTimo Teräs2-27/+10
2010-04-02xfrm_user: verify policy direction at XFRM_MSG_POLEXPIRE handlerTimo Teräs1-0/+4
2010-04-02xfrm: Remove xfrm_state_genidHerbert Xu1-4/+1
2010-04-02rps: keep the old behavior on SMP without rpsChangli Gao1-14/+28
2010-04-02gen_estimator: deadlock fixEric Dumazet1-2/+13
2010-04-02ipv4: remove redundant verification codeHagen Paul Pfeifer1-4/+0
2010-04-02netlabel: Fix several rcu_dereference() calls used without RCU read locksPaul Moore2-57/+37
2010-04-02net: check the length of the socket address passed to connect(2)Changli Gao7-3/+20
2010-04-01net-caif: using kmalloc/kfree requires the include of slab.hStephen Rothwell1-0/+1
2010-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-18/+22
2010-03-31sctp: eliminate useless codeHagen Paul Pfeifer1-1/+0
2010-03-31tipc: define needless global scoped variable staticHagen Paul Pfeifer1-1/+1
2010-03-31fix net/core/dst.c coding style error and warningslaurent chavey1-21/+20
2010-03-31netdev: ethtool RXHASH flagstephen hemminger1-1/+6
2010-03-31ipv6 fib: Use "Sweezle" to optimize addr_bit_test().YOSHIFUJI Hideaki / 吉藤英明1-2/+13
2010-03-31sctp: Use ipv6_addr_diff() in sctp_v6_addr_match_len().YOSHIFUJI Hideaki / 吉藤英明1-14/+1
2010-03-31net_sched: minor netns related cleanupTom Goff1-3/+1
2010-03-31net-caif: add CAIF Kconfig and MakefilesSjur Braendeland4-0/+77
2010-03-31net-caif: add CAIF netdeviceSjur Braendeland1-0/+451
2010-03-31net-caif: add CAIF socket implementationSjur Braendeland1-0/+1391
2010-03-31net-caif: add CAIF device registration functionalitySjur Braendeland2-0/+500
2010-03-31net-caif: add CAIF generic caif support functionsSjur Braendeland2-0/+1100
2010-03-31net-caif: add CAIF core protocol stackSjur Braendeland11-0/+1981
2010-03-31net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani1-0/+1
2010-03-30mac80211: move netdev queue enabling to correct spotJohannes Berg2-6/+12
2010-03-30mac80211: fix PREQ processing and one small bugPorsch, Marco1-2/+2
2010-03-30mac80211: correct typos in "unavailable upon resume" warningJohn W. Linville1-3/+3
2010-03-30wireless: convert reg_regdb_search_lock to mutexJohn W. Linville1-7/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo469-20/+457
2010-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-22/+42
2010-03-30Merge 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-29net: __netif_receive_skb should be staticEric Dumazet1-1/+1
2010-03-29ipv6: Don't drop cache route entry unless timer actually expired.YOSHIFUJI Hideaki / 吉藤英明1-4/+9
2010-03-28net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64Jan Engelhardt1-0/+1
2010-03-28net: fix unaligned access in IFLA_STATS64Jan Engelhardt1-31/+31
2010-03-27net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel2-8/+14
2010-03-27net: Add MSG_WAITFORONE flag to recvmmsgBrandon L Black1-0/+4
2010-03-27ipv4: Restart rt_intern_hash after emergency rebuild (v2)Pavel Emelyanov1-6/+11
2010-03-27ipv4: Cleanup struct net dereference in rt_intern_hashPavel Emelyanov1-2/+2