summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov2014-08-031-5/+5
* net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov2014-08-032-5/+5
* net: filter: simplify socket chargingAlexei Starovoitov2014-08-032-52/+44Star
* net: use inet6_iif instead of IP6CB()->iifDuan Jiong2014-08-014-7/+7
* 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-015-100/+107
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-319-129/+133
|\
| * 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-252-2/+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
* | 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: filter: don't release unattached filter through call_rcu()Pablo Neira2014-07-311-3/+8
* | | net: Remove unlikely() for WARN_ON() conditionsThomas Graf2014-07-312-2/+2
* | | dcbnl : Fix misleading dcb_app->priority explanationAnish Bhatt2014-07-311-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-309-16/+46
|\ \ \
| * | | net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2014-07-292-7/+8
| * | | ip: make IP identifiers less predictableEric Dumazet2014-07-292-3/+31
| * | | neighbour : fix ndm_type type error issueJun Zhao2014-07-291-1/+1
| * | | Merge tag 'master-2014-07-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-253-12/+16
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-07-251-1/+0Star
| |\ \ \ \
| | * | | | ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov2014-07-161-1/+0Star
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-07-242-4/+5
| |\ \ \ \ \
| | * | | | | xfrm: Fix installation of AH IPsec SAsTobias Brunner2014-06-301-4/+3Star
| | * | | | | xfrm: Fix refcount imbalance in xfrm_lookupSteffen Klassert2014-06-261-0/+2
| * | | | | | net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann2014-07-231-0/+1
* | | | | | | ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny2014-07-301-1/+1
* | | | | | | tipc: remove duplicated include from socket.cWei Yongjun2014-07-301-1/+0Star
* | | | | | | net/udp_offload: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-301-1/+1
* | | | | | | openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-301-1/+1
* | | | | | | net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-301-1/+1
* | | | | | | vlan: fail early when creating netdev named configWANG Cong2014-07-292-8/+15
* | | | | | | ipv6: fail early when creating netdev named all or defaultWANG Cong2014-07-291-28/+54
* | | | | | | ipv4: fail early when creating netdev named all or defaultWANG Cong2014-07-291-9/+27
* | | | | | | net: remove deprecated syststamp timestampWillem de Bruijn2014-07-292-12/+4Star
* | | | | | | packet: remove deprecated syststamp timestampWillem de Bruijn2014-07-291-8/+4Star
* | | | | | | tipc: make tipc_buf_append() more robustJon Paul Maloy2014-07-291-8/+21
* | | | | | | Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-2941-544/+1087
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-07-253-12/+16
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-07-231-1/+4
| | |\ \ \ \ \ \