summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville29-218/+658
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-04-13ipv4: ipmr: support multiple tablesPatrick McHardy2-61/+352
2010-04-13ipv4: ipmr: move mroute data into seperate structurePatrick McHardy1-170/+199
2010-04-13ipv4: ipmr: convert struct mfc_cache to struct list_headPatrick McHardy1-64/+61
2010-04-13ipv4: ipmr: remove net pointer from struct mfc_cachePatrick McHardy1-33/+32
2010-04-13ipv4: ipmr: move unres_queue and timer to per-namespace dataPatrick McHardy1-41/+29
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-13can: avoids a false warningEric Dumazet1-1/+1
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/ne...David 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-09mac80211: check whether scan is in progress before queueing scan_workTeemu Paasikivi1-1/+6
2010-04-09mac80211: fix typo for LDPC capabilityLuis R. Rodriguez1-1/+1
2010-04-09mac80211: delay skb linearising in rx decryptionZhu Yi1-7/+9
2010-04-08mac80211: enhance tracingJohannes Berg8-4/+303
2010-04-08mac80211: Moved mesh action codes to a more visible locationJavier Cardona5-10/+8
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-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville46-320/+432
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/linvil...David S. Miller4-9/+23
2010-04-07mac80211: fix paged RX cryptoJohannes Berg1-4/+6
2010-04-07mac80211: fix some RX aggregation lockingJohannes Berg1-4/+15
2010-04-07mac80211: clean up/fix aggregation codeJohannes Berg5-87/+40
2010-04-07mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BAJohannes Berg5-7/+7
2010-04-07mac80211: remove ieee80211_sta_stop_rx_ba_sessionJohannes Berg4-28/+5
2010-04-07mac80211: remove irq disabling for sta lockJohannes Berg1-3/+2
2010-04-07mac80211: fix station destruction problemJohannes Berg1-6/+9
2010-04-07cfg80211: Add local-state-change-only auth/deauth/disassocJouni Malinen5-33/+78
2010-04-07flow: delayed deletion of flow cache entriesTimo Teräs1-31/+69