aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-13packet: support for TX time stamps on RAW socketsRichard Cochran1-1/+60
2010-04-11tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skbDavid S. Miller1-0/+1
2010-04-11inet: Remove unused send_check length argumentHerbert Xu7-8/+7
2010-04-11tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv6Herbert Xu1-18/+19
2010-04-11tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4Herbert Xu1-17/+14
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller479-85/+614
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller475-58/+490
2010-04-11Revert "tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb"David S. Miller1-1/+0
2010-04-08tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skbDavid S. Miller1-0/+1
2010-04-08udp: fix for unicast RX path optimizationJorge Boncompte [DTI2]2-4/+4
2010-04-07net: fix ethtool coding style errors and warningschavey1-67/+74
2010-04-07x.25 attempts to negotiate invalid throughputJohn Hughes2-7/+28
2010-04-07x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.John Hughes3-6/+68
2010-04-07bridge: Fix IGMP3 report parsingHerbert Xu1-1/+1
2010-04-07net: include linux/proc_fs.h in dev_addr_lists.cEric Dumazet1-1/+1
2010-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller4-9/+23
2010-04-07flow: delayed deletion of flow cache entriesTimo Teräs1-31/+69
2010-04-07xfrm: remove policy garbage collectionTimo Teräs1-34/+5
2010-04-07xfrm: cache bundles instead of policies for outgoing flowsTimo Teräs3-388/+376
2010-04-07flow: virtualize flow cache entry methodsTimo Teräs2-98/+142
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller36-182/+370
2010-04-06socket: remove duplicate declaration of struct timespecHagen Paul Pfeifer1-3/+2
2010-04-06TIPC: Updated topology subscription protocol according to latest specJon Paul Maloy2-6/+11
2010-04-06mac80211: annotate station rcu dereferencesJohannes Berg2-6/+18
2010-04-06mac80211: Handle mesh action frames in ieee80211_rx_h_actionJavier Cardona2-3/+5
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-78/+80
2010-04-06mac80211: Ensure initializing private mc_list in prepare_multicast().YOSHIFUJI Hideaki / 吉藤英明1-0/+3
2010-04-05net: Add a missing local_irq_enable()Eric Dumazet1-0/+1
2010-04-05rps: fixed missed rps_unlockTom Herbert1-1/+1
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-4/+19
2010-04-059p: saving negative to unsigned charDan Carpenter1-2/+3
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V1-2/+16
2010-04-04l2tp: unmanaged L2TPv3 tunnels fixesEric Dumazet2-2/+2
2010-04-03SCTP: Change to use ipv6_addr_copy()Brian Haley1-4/+4
2010-04-03icmp: Account for ICMP out errorsEric Dumazet3-2/+6
2010-04-03l2tp: Fix L2TP_DEBUGFS ifdef tests.David S. Miller3-5/+5
2010-04-03l2tp: Add missing semicolon to MODULE_ALIAS() in l2tp_netlink.cDavid S. Miller1-1/+1
2010-04-03l2tp: Add support for static unmanaged L2TPv3 tunnelsJames Chapman3-14/+126
2010-04-03l2tp: Add debugfs files for dumping l2tp debug infoJames Chapman6-2/+392
2010-04-03l2tp: Add L2TP ethernet pseudowire supportJames Chapman3-0/+372
2010-04-03l2tp: Convert rwlock to RCUJames Chapman1-36/+42
2010-04-03l2tp: Add netlink control API for L2TPJames Chapman5-44/+1044
2010-04-03netlink: Export genl_lock() API for use by modulesJames Chapman1-2/+4
2010-04-03l2tp: Add L2TPv3 IP encapsulation (no UDP) supportJames Chapman6-62/+812
2010-04-03l2tp: Update PPP-over-L2TP driver to work over L2TPv3James Chapman1-46/+74
2010-04-03l2tp: Add L2TPv3 protocol supportJames Chapman4-148/+484
2010-04-03l2tp: Add ppp device name to L2TP ppp session dataJames Chapman1-0/+4
2010-04-03l2tp: Split pppol2tp patch into separate l2tp and ppp partsJames Chapman8-2682/+3173
2010-04-03l2tp: Relocate pppol2tp driver to new net/l2tp directoryJames Chapman3-0/+2686
2010-04-03net: convert multicast list to list_headJiri Pirko16-429/+319