summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-02-23packet: convert socket list to RCU (v3)stephen hemminger1-31/+31
2010-02-20net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman1-1/+2
2010-02-20net: Fix sysctl restarts...Eric W. Biederman2-3/+20
2010-02-20xfrm: Flushing empty SPD generates false eventsJamal Hadi Salim3-6/+20
2010-02-20xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim3-4/+14
2010-02-20pfkey: fix SA and SP flush sequenceJamal Hadi Salim1-6/+27
2010-02-19nl80211: add power save commandsKalle Valo3-12/+145
2010-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2-12/+12
2010-02-19netfilter: nf_conntrack_reasm: properly handle packets fragmented into a sing...Patrick McHardy1-7/+1
2010-02-19netfilter: nf_queue: fix NF_STOLEN skb leakEric Dumazet1-1/+1
2010-02-19netfilter: ctnetlink: fix creation of conntrack with helpersPablo Neira Ayuso1-11/+11
2010-02-19xfrm: Introduce LINUX_MIB_XFRMFWDHDRERRORjamal2-2/+2
2010-02-19net: TCP thin dupackAndreas Petlund3-0/+26
2010-02-19net: TCP thin linear timeoutsAndreas Petlund3-1/+34
2010-02-19const: struct nla_policyAlexey Dobriyan8-28/+19
2010-02-19ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan16-36/+31
2010-02-19ipv6: use standard lists for FIB walksAlexey Dobriyan1-13/+4
2010-02-19ipv6: remove stale MIB definitionsAlexey Dobriyan1-5/+0
2010-02-19AF_UNIX: update locking commentStephen Hemminger1-1/+1
2010-02-18netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=nPatrick McHardy1-1/+5
2010-02-18ipvs: SCTP Trasport Loadbalancing SupportVenkata Mohan Reddy7-11/+1264
2010-02-18Merge branch 'ebt_config_compat_v4' of git://git.breakpoint.cc/fw/nf-next-2.6Patrick McHardy4-119/+1124
2010-02-18IPv6: convert mc_lock to spinlockStephen Hemminger1-9/+10
2010-02-18net: export attach/detach filter routinesMichael S. Tsirkin1-0/+2
2010-02-18net: bug fix for vlan + gro issueAjit Khaparde1-1/+1
2010-02-18xfrm: Revert false event eliding commits.David S. Miller4-20/+9
2010-02-18ethtool: Don't flush n-tuple list from ethtool_reset()Ben Hutchings1-3/+0
2010-02-18net: use kasprintf() for socket cache namesAlexey Dobriyan1-8/+2
2010-02-18xt_hashlimit: fix lockingEric Dumazet1-4/+0
2010-02-18ipmr: remove useless checks from ipmr_device_eventPavel Emelyanov1-3/+0
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan8-10/+0
2010-02-17percpu: add __percpu sparse annotations to netTejun Heo14-101/+110
2010-02-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-46/+55
2010-02-17xfrm: avoid spinlock in get_acqseq() used by xfrm userjamal1-5/+5
2010-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-33/+23
2010-02-17net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman5-11/+8
2010-02-17net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman1-13/+13
2010-02-17tunnels: fix netns vs proto registration orderingAlexey Dobriyan4-62/+47
2010-02-17gre: fix netns vs proto registration orderingAlexey Dobriyan1-9/+10
2010-02-17xfrm: Fix xfrm_state_clone leakHerbert Xu1-9/+3
2010-02-17ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu2-10/+2
2010-02-17ethtool: allow non-admin user to read GRO settings.stephen hemminger1-0/+1
2010-02-16mac80211: split ieee80211_drop_unencryptedJohannes Berg1-4/+18
2010-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller84-1713/+2053
2010-02-16netfilter: ebtables: mark: add CONFIG_COMPAT supportFlorian Westphal2-0/+68
2010-02-16netfilter: ebt_limit: add CONFIG_COMPAT supportFlorian Westphal1-0/+16
2010-02-16netfilter: ebtables: try native set/getsockopt handlers, tooFlorian Westphal1-10/+24
2010-02-16netfilter: ebtables: add CONFIG_COMPAT supportFlorian Westphal1-1/+886
2010-02-16netfilter: ebtables: split update_counters into two functionsFlorian Westphal1-16/+26
2010-02-16netfilter: ebtables: split copy_everything_to_user into two functionsFlorian Westphal1-32/+38