summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-2736-126/+176
|\
| * ipv6: add a missing unregister_pernet_subsys callNeil Horman2010-09-262-3/+13
| * br2684: fix scheduling while atomicKarl Hiramoto2010-09-261-10/+2
| * net: fix a lockdep splatEric Dumazet2010-09-246-26/+26
| * xfrm4: strip ECN bits from tos fieldUlrich Weber2010-09-221-1/+1
| * netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flagJiri Olsa2010-09-221-1/+3
| * netfilter: nf_nat_snmp: fix checksum calculation (v4)Patrick McHardy2010-09-221-2/+4
| * netfilter: fix a race in nf_ct_ext_create()Eric Dumazet2010-09-221-1/+3
| * netfilter: fix ipt_REJECT TCP RST routing for indev == outdevChangli Gao2010-09-221-0/+1
| * netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp()Simon Horman2010-09-221-1/+1
| * netfilter: tproxy: nf_tproxy_assign_sock() can handle tw socketsEric Dumazet2010-09-221-1/+5
| * ip: fix truesize mismatch in ip fragmentationEric Dumazet2010-09-212-11/+26
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-09-211-1/+1
| |\
| | * wext: fix potential private ioctl memory content leakJohannes Berg2010-09-201-1/+1
| * | tcp: Fix race in tcp_pollTom Marshall2010-09-202-2/+7
| * | rose: Fix signedness issues wrt. digi count.David S. Miller2010-09-201-2/+2
| * | xfrm: Allow different selector family in temporary stateThomas Egerer2010-09-204-49/+67
| * | ip_gre: CONFIG_IPV6_MODULE supportEric Dumazet2010-09-201-4/+4
| * | sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich2010-09-171-1/+0
| * | net/llc: storing negative error codes in unsigned shortDan Carpenter2010-09-161-1/+1
| * | xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet2010-09-161-1/+1
| * | net: RPS needs to depend upon USE_GENERIC_SMP_HELPERSDavid S. Miller2010-09-141-1/+1
| * | net: use rcu_barrier() in rollback_registered_manyEric Dumazet2010-09-141-1/+1
| * | ipv4: enable getsockopt() for IP_NODEFRAGMichael Kerrisk2010-09-131-0/+3
| * | ipv4: force_igmp_version ignored when a IGMPv3 query receivedBob Arendt2010-09-131-1/+1
| * | net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter2010-09-131-1/+2
| * | sch_atm: Fix potential NULL deref.David S. Miller2010-09-121-4/+0
* | | net: fix rcu use in ip_route_output_slowEric Dumazet2010-09-261-1/+1
* | | rps: allocate rx queues in register_netdevice onlyEric Dumazet2010-09-261-44/+32
* | | net: propagate NETIF_F_HIGHDMA to vlansEric Dumazet2010-09-261-3/+4
* | | ip: take care of last fragment in ip_append_dataEric Dumazet2010-09-241-3/+6
* | | net: return operator cleanupEric Dumazet2010-09-2366-170/+169
* | | X.25 remove bkl in pollandrew hendry2010-09-221-13/+1
* | | X.25 remove bkl in getsocknameandrew hendry2010-09-221-2/+0
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-09-2122-139/+210
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-2122-139/+210
| |\ \ \
| | * | | mac80211: send last 3/5 probe requests as unicastLuis R. Rodriguez2010-09-161-2/+11
| | * | | mac80211: disable beacon monitor while going offchannelLuis R. Rodriguez2010-09-161-0/+2
| | * | | mac80211: make the beacon monitor available externallyLuis R. Rodriguez2010-09-162-4/+5
| | * | | mac80211: reset connection idle when going offchannelLuis R. Rodriguez2010-09-161-0/+5
| | * | | mac80211: reset probe send counter upon connection timer resetLuis R. Rodriguez2010-09-161-0/+4
| | * | | mac80211: add helper for reseting the connection monitorLuis R. Rodriguez2010-09-162-5/+11
| | * | | mac80211: add p2p device type supportJohannes Berg2010-09-167-38/+80
| | * | | cfg80211/nl80211: introduce p2p device typesJohannes Berg2010-09-165-24/+61
| | * | | mac80211: set running state earlierJohannes Berg2010-09-161-2/+3
| | * | | cfg80211/mac80211: use lockdep_assert_heldJohannes Berg2010-09-167-10/+17
| | * | | mac80211: use correct station flags lockJohannes Berg2010-09-161-2/+3
| | * | | include/net/cfg80211.h: wiphy_<level> messages use dev_printkJoe Perches2010-09-161-49/+0
| | * | | mac80211: match only assigned bss in sta_info_get_bssJohannes Berg2010-09-141-1/+1
| | * | | mac80211: wait for scan work complete before restarting hwStanislaw Gruszka2010-09-141-0/+3