summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-036-40/+40
* inet: frags: use INC_STATS_BH in the ipv6 reassembly codeNikolay Aleksandrov2014-08-031-3/+4
* dm9000: NULL dereferences on error in probe()Dan Carpenter2014-08-031-2/+4
* ipv4: remove nested rcu_read_lock/unlockDuan Jiong2014-08-031-2/+0Star
* Merge branch 'filter-next'David S. Miller2014-08-0322-238/+243
|\
| * net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-0321-169/+183
| * net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov2014-08-035-14/+14
| * net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov2014-08-035-10/+10
| * net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov2014-08-033-7/+6Star
| * net: filter: simplify socket chargingAlexei Starovoitov2014-08-033-53/+45Star
|/
* net: use inet6_iif instead of IP6CB()->iifDuan Jiong2014-08-014-7/+7
* ISDN: pcbit: off by one bugs in pcbit_set_msn()Dan Carpenter2014-08-011-2/+2
* AX88179_178A: Add ethtool ops for EEE supportFreddy Xin2014-08-011-0/+264
* netlink: Use PAGE_ALIGNED macroTobias Klauser2014-08-011-1/+1
* net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong2014-08-015-18/+17Star
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-08-017-105/+112
* net: kernel-doc compliant documentation for net_deviceKaroly Kemeny2014-08-011-131/+250
* Merge branch 'stmmac-next'David S. Miller2014-07-3110-93/+238
|\
| * net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers2014-07-317-21/+132
| * ARM: socfpga: Add socfpga Ethernet filter attributes entriesVince Bridgers2014-07-311-0/+4
| * dts: Add bindings for multicast hash bins and perfect filter entriesVince Bridgers2014-07-311-0/+6
| * net: stmmac: Correct set_filter for multicast and unicast casesVince Bridgers2014-07-315-19/+14Star
| * net: stmmac: Change MAC interface to support multiple filter configurationsVince Bridgers2014-07-315-62/+91
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-3110-135/+133Star
|\
| * netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attributePablo Neira Ayuso2014-07-311-0/+6
| * netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper fun...Alexey Perevalov2014-07-311-3/+5
| * netfilter: nfnetlink_acct: dump unmodified nfacct flagsAlexey Perevalov2014-07-301-1/+3
| * netfilter: kill remnants of ulog targetsPaul Bolle2014-07-253-8/+0Star
| * netfilter: xt_LED: don't output error message redundantlyDuan Jiong2014-07-251-3/+1Star
| * netfilter: nf_conntrack: remove exceptional & on function nameHimangi Saraogi2014-07-251-1/+1
| * netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet2014-07-241-15/+16
| * netfilter: nf_tables: simplify set dump through netlinkPablo Neira Ayuso2014-07-221-104/+27Star
| * netfilter: bridge: add reject supportPablo Neira Ayuso2014-07-223-0/+74
* | tcp: don't require root to read tcp_metricsBanerjee, Debabrata2014-07-311-1/+0Star
* | team: fix releasing uninitialized pointer to BPF progDaniel Borkmann2014-07-311-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-07-313-65/+42Star
|\ \
| * | xfrm4: Remove duplicate semicolonChristoph Paasch2014-06-301-1/+1
| * | vti: Simplify error handling in module init and exitMathias Krause2014-06-261-33/+21Star
| * | vti6: Simplify error handling in module init and exitMathias Krause2014-06-261-31/+20Star
* | | net: bcmgenet: correct spellingBrian Norris2014-07-311-11/+11
* | | Merge branch 'libphy_mmd'David S. Miller2014-07-314-24/+95
|\ \ \
| * | | Documentation: networking: phy.txt: Update text for indirect MMD accessVince Bridgers2014-07-311-1/+17
| * | | net: libphy: Add stubs to hook IEEE MMD Register reads and writesVince Bridgers2014-07-311-0/+22
| * | | net: libphy: Add phy specific function to access mmd phy registersVince Bridgers2014-07-312-23/+56
|/ / /
* | | net/fsl: Add format length modifier to avoid negative valuesShruti Kanetkar2014-07-311-1/+1
* | | net/fsl: fix misspelled wordMadalin Bucur2014-07-311-1/+1
* | | net: filter: don't release unattached filter through call_rcu()Pablo Neira2014-07-312-4/+13
* | | netfilter: xt_bpf: add mising opaque struct sk_filter definitionPablo Neira2014-07-311-0/+2
* | | CAPI: use correct structure type name in sizeofJulia Lawall2014-07-311-1/+1
* | | Merge branch 'amd-xgbe-next'David S. Miller2014-07-3114-127/+1631
|\ \ \