summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller2011-02-046-68/+105
* ipv4: Don't miss existing cached metrics in new routes.David S. Miller2011-02-041-14/+17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-0412-17/+164
|\
| * bridge: Don't put partly initialized fdb into hashPavel Emelyanov2011-02-041-2/+2
| * net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller2011-02-032-0/+94
| * net: Support compat SIOCGETVIFCNT ioctl in ipv4.David S. Miller2011-02-031-0/+30
| * net: Fix bug in compat SIOCGETSGCNT handling.David S. Miller2011-02-031-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-024-12/+14
| |\
| | * netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso2011-02-011-0/+3
| | * netfilter: arpt_mangle: fix return values of checkentryPablo Neira Ayuso2011-02-011-3/+3
| | * netfilter: xt_iprange: Incorrect xt_iprange boundary check for IPv6Thomas Jacob2011-01-241-9/+7
| | * netfilter: ctnetlink: fix missing refcount increment during dumpsPablo Neira Ayuso2011-01-241-0/+1
| * | gro: reset skb_iif on reuseAndy Gospodarek2011-02-021-0/+1
| * | net: Fix ipv6 neighbour unregister_sysctl_table warningEric W. Biederman2011-01-311-1/+8
| * | net: Check rps_flow_table when RPS map length is 1Tom Herbert2011-01-311-1/+2
| * | net: Add default_mtu() methods to blackhole dst_opsRoland Dreier2011-01-312-0/+12
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-035-6/+50
|\ \ \
| * | | mac80211: disable power save if an infra AP vif existsRajkumar Manoharan2011-01-311-0/+8
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-288-74/+68
| |\ \ \
| * | | | net/wireless/nl80211.c: Avoid call to genlmsg_cancelJulia Lawall2011-01-281-2/+4
| * | | | mac80211: Add sdata state and flags to debugfs.Ben Greear2011-01-281-0/+14
| * | | | mac80211: add MCS information to radiotapJohannes Berg2011-01-281-0/+17
| * | | | cfg80211: Allow non-zero indexes for device specific pair-wise ciphersJuuso Oikarinen2011-01-281-4/+7
* | | | | sch_choke: Need linux/vmalloc.hDavid S. Miller2011-02-021-0/+1
* | | | | sched: CHOKe flow schedulerstephen hemminger2011-02-023-0/+689
* | | | | sfq: deadlock in error pathstephen hemminger2011-02-021-4/+5
* | | | | ipv4: Fix fib_trie build in some configurations.David S. Miller2011-02-021-60/+60
* | | | | tcp: Increase the initial congestion window to 10.David S. Miller2011-02-022-1/+10
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-0225-31/+8321
|\ \ \ \ \
| * | | | | netfilter: xtables: add device group matchPatrick McHardy2011-02-033-0/+92
| * | | | | netfilter: ipset: send error message manuallyJozsef Kadlecsik2011-02-021-7/+26
| * | | | | netfilter: ipset: fix linking with CONFIG_IPV6=nPatrick McHardy2011-02-021-6/+9
| * | | | | netfilter: ipset: add missing break statemtns in ip_set_get_ip_port()Patrick McHardy2011-02-021-0/+2
| * | | | | IPVS: Remove ip_vs_sync_cleanup from section __exitSimon Horman2011-02-011-1/+1
| * | | | | IPVS: Allow compilation with CONFIG_SYSCTL disabledSimon Horman2011-02-013-25/+29
| * | | | | IPVS: remove duplicate initialisation or rs_tableSimon Horman2011-02-011-3/+0
| * | | | | IPVS: use z modifier for sizeof() argumentSimon Horman2011-02-011-1/+1
| * | | | | netfilter: ctnetlink: fix ctnetlink_parse_tuple() warningPatrick McHardy2011-02-011-1/+1
| * | | | | netfilter: ipset: remove unnecessary includesPatrick McHardy2011-02-019-27/+0
| * | | | | netfilter: ipset: use nla_parse_nested()Patrick McHardy2011-02-011-26/+16
| * | | | | netfilter: xtables: "set" match and "SET" target supportJozsef Kadlecsik2011-02-013-0/+372
| * | | | | netfilter: ipset: list:set set type supportJozsef Kadlecsik2011-02-013-0/+597
| * | | | | netfilter: ipset: hash:net,port set type supportJozsef Kadlecsik2011-02-013-0/+592
| * | | | | netfilter: ipset: hash:net set type supportJozsef Kadlecsik2011-02-013-0/+471
| * | | | | netfilter: ipset: hash:ip,port,net set type supportJozsef Kadlecsik2011-02-013-0/+642
| * | | | | netfilter: ipset: hash:ip,port,ip set type supportJozsef Kadlecsik2011-02-013-0/+576
| * | | | | netfilter: ipset: hash:ip,port set type supportJozsef Kadlecsik2011-02-013-0/+557
| * | | | | netfilter: ipset: hash:ip set type supportJozsef Kadlecsik2011-02-013-0/+480
| * | | | | netfilter: ipset; bitmap:port set type supportJozsef Kadlecsik2011-02-013-0/+530
| * | | | | netfilter: ipset: bitmap:ip,mac type supportJozsef Kadlecsik2011-02-013-0/+665
OpenPOWER on IntegriCloud