aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy4-8/+13
2010-04-13net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy4-3/+1
2010-04-13net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy3-36/+20
2010-04-13dst: don't inline dst_ifdownstephen hemminger1-2/+2
2010-04-13net: uninline skb_bond_should_drop()Eric Dumazet1-0/+49
2010-04-13IPv6: only notify protocols if address is compeletely gonestephen hemminger1-1/+3
2010-04-13ipv6: additional ref count for hash list unnecessarystephen hemminger1-3/+0
2010-04-13IPv6: keep tentative addresses in hash tablestephen hemminger1-7/+8
2010-04-13IPv6: keep route for tentative addressstephen hemminger1-1/+2
2010-04-13net: sk_dst_cache RCUificationEric Dumazet8-27/+28
2010-04-13net: Dont use netdev_warn()Eric Dumazet1-6/+6
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