summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov
2014-08-02net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov
2014-08-02net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov
2014-08-02net: filter: simplify socket chargingAlexei Starovoitov
2014-07-31net: use inet6_iif instead of IP6CB()->iifDuan Jiong
2014-07-31netlink: Use PAGE_ALIGNED macroTobias Klauser
2014-07-31net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong
2014-07-31sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-07-31tcp: don't require root to read tcp_metricsBanerjee, Debabrata
2014-07-31netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attributePablo Neira Ayuso
2014-07-31netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper fun...Alexey Perevalov
2014-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-07-30net: filter: don't release unattached filter through call_rcu()Pablo Neira
2014-07-30net: Remove unlikely() for WARN_ON() conditionsThomas Graf
2014-07-30dcbnl : Fix misleading dcb_app->priority explanationAnish Bhatt
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-30netfilter: nfnetlink_acct: dump unmodified nfacct flagsAlexey Perevalov
2014-07-29ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny
2014-07-29tipc: remove duplicated include from socket.cWei Yongjun
2014-07-29net/udp_offload: Use IS_ERR_OR_NULLHimangi Saraogi
2014-07-29openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi
2014-07-29net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi
2014-07-29net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin
2014-07-29vlan: fail early when creating netdev named configWANG Cong
2014-07-29ipv6: fail early when creating netdev named all or defaultWANG Cong
2014-07-29ipv4: fail early when creating netdev named all or defaultWANG Cong
2014-07-29net: remove deprecated syststamp timestampWillem de Bruijn
2014-07-29packet: remove deprecated syststamp timestampWillem de Bruijn
2014-07-28ip: make IP identifiers less predictableEric Dumazet
2014-07-28tipc: make tipc_buf_append() more robustJon Paul Maloy
2014-07-28neighbour : fix ndm_type type error issueJun Zhao
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-07-27inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov
2014-07-27inet: frag: use seqlock for hash rebuildFlorian Westphal
2014-07-27inet: frag: remove periodic secret rebuild timerFlorian Westphal
2014-07-27inet: frag: remove lru listFlorian Westphal
2014-07-27inet: frag: don't account number of fragment queuesFlorian Westphal
2014-07-27inet: frag: move eviction of queues to work queueFlorian Westphal
2014-07-27inet: frag: move evictor calls into frag_find functionFlorian Westphal
2014-07-27inet: frag: remove hash size assumptions from callersFlorian Westphal
2014-07-27inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal
2014-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-07-25netfilter: kill remnants of ulog targetsPaul Bolle
2014-07-25netfilter: xt_LED: don't output error message redundantlyDuan Jiong
2014-07-25netfilter: nf_conntrack: remove exceptional & on function nameHimangi Saraogi
2014-07-24ipv6: remove obsolete comment in ip6_append_data()Li RongQing
2014-07-24net: do not name the pointer to struct net_device netWANG Cong
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov
2014-07-24net_sched: remove exceptional & on function nameHimangi Saraogi