summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang2012-09-191-0/+19
| * | | | | | | | | | | | | | ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang2012-09-192-0/+11
| * | | | | | | | | | | | | | netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang2012-09-191-0/+3
| * | | | | | | | | | | | | | netdev: make address const in device address managementstephen hemminger2012-09-191-14/+14
| * | | | | | | | | | | | | | llc: Remove stray reference to sysctl_llc_station_ack_timeout.David S. Miller2012-09-171-1/+0
| * | | | | | | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-171-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-142-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-07163-1320/+11377
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-071-0/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / / / / | | | | |/| | | | / / / / / / / / | | | | |_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | | | cfg80211: add kerneldoc entry for "vht_cap"Robert P. J. Day2012-09-051-0/+1
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-1521-32/+90
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | scsi_netlink: Remove dead and buggy codeEric W. Biederman2012-09-131-24/+0
| * | | | | | | | | | | | | | | etherdevice: introduce help function eth_zero_addr()Duan Jiong2012-09-101-0/+11
| * | | | | | | | | | | | | | | filter: add MOD operationEric Dumazet2012-09-101-0/+4
| * | | | | | | | | | | | | | | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-107-58/+58
| * | | | | | | | | | | | | | | netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-091-3/+10
| * | | | | | | | | | | | | | | netlink: kill netlink_set_nonrootPablo Neira Ayuso2012-09-091-5/+4
| * | | | | | | | | | | | | | | ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-071-1/+1
| * | | | | | | | | | | | | | | scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman2012-09-072-5/+21
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel2012-09-051-0/+1
| * | | | | | | | | | | | | | net: qdisc busylock needs lockdep annotationsEric Dumazet2012-09-051-0/+2
| * | | | | | | | | | | | | | tcp: add generic netlink support for tcp_metricsJulian Anastasov2012-09-052-0/+55
| * | | | | | | | | | | | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-09-0429-118/+238
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-0331-70/+443
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso2012-09-031-0/+20
| | * | | | | | | | | | | | | | | netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation t...Patrick McHardy2012-08-302-0/+17
| | * | | | | | | | | | | | | | | netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy2012-08-301-5/+4
| | * | | | | | | | | | | | | | | netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2012-08-302-2/+4
| | * | | | | | | | | | | | | | | netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2012-08-304-0/+9
| | * | | | | | | | | | | | | | | net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy2012-08-301-0/+3
| | * | | | | | | | | | | | | | | netfilter: add protocol independent NAT corePatrick McHardy2012-08-3013-101/+143
| | * | | | | | | | | | | | | | | netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-307-10/+33
| | * | | | | | | | | | | | | | | netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy2012-08-301-0/+1
| | * | | | | | | | | | | | | | | ipv4: fix path MTU discovery with connection trackingPatrick McHardy2012-08-262-0/+4
| * | | | | | | | | | | | | | | | tcp: use PRR to reduce cwin in CWR stateYuchung Cheng2012-09-031-2/+8
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-09-012-15/+4
| * | | | | | | | | | | | | | | tcp: TCP Fast Open Server - header & support functionsJerry Chu2012-09-014-10/+121
| * | | | | | | | | | | | | | | net:stmmac: Remove bus_id from mdio platform data.Srinivas Kandagatla2012-08-311-1/+0
| * | | | | | | | | | | | | | | tcp: Increase timeout for SYN segmentsAlex Bergmann2012-08-311-4/+14
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-317-5/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | of/mdio: Add dummy functions in of_mdio.h.Srinivas Kandagatla2012-08-301-0/+33
| * | | | | | | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-259-7/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-247-25/+202
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-247-25/+202
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-231-0/+31
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / / / / / / | | | | |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | Revert "rfkill: remove dead code"AceLan Kao2012-08-211-0/+31
| | | * | | | | | | | | | | | | | | | bcma: detect and register NAND flash deviceRafał Miłecki2012-08-211-0/+13
| | | * | | | | | | | | | | | | | | | bcma: detect and register serial flash deviceRafał Miłecki2012-08-212-0/+15
| | | * | | | | | | | | | | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-214-25/+143
| | | |\| | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg2012-08-201-0/+5