summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-13netfilter: bridge-netfilter: update a comment in br_forward.c about ip_fragme...Bart De Schuymer1-1/+1
2010-04-13netfilter: bridge-netfilter: cleanup br_netfilter.cBart De Schuymer1-56/+2
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-13netfilter: fix some coding styles and remove moduleparam.hZhitong Wang3-5/+1
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-09netfilter: xt_LED: add refcounts to LED targetAdam Nielsen1-6/+63
2010-04-09netfilter: remove invalid rcu_dereference() callsPatrick McHardy2-20/+6
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-08netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in nfnetlink_queueHerbert Xu1-2/+1
2010-04-08netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip6_queueHerbert Xu1-2/+1
2010-04-08netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip_queueHerbert Xu1-2/+1
2010-04-08IPVS: fix potential stack overflow with overly long protocol namesPatrick McHardy2-24/+18
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
2010-04-07xfrm: remove policy garbage collectionTimo Teräs1-34/+5