aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun7-12/+12
2013-12-19bridge: remove unnecessary parenthesestanxiaojun2-3/+3
2013-12-19bridge: remove unnecessary condition judgmenttanxiaojun2-4/+2
2013-12-19rps: NUMA flow limit allocationsEric Dumazet1-1/+2
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller23-223/+222
2013-12-19sch_cbq: remove unnecessary null pointer checkYang Yingliang1-2/+1
2013-12-19act_police: remove unnecessary null pointer checkYang Yingliang1-4/+2
2013-12-19net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam3-0/+756
2013-12-18bridge: spelling fixestanxiaojun3-3/+3
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa6-5/+17
2013-12-18ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgsHannes Frederic Sowa1-1/+3
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa5-14/+11
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-157/+311
2013-12-18net_sched: convert tcf_proto_ops to use struct list_headWANG Cong1-10/+8
2013-12-18net_sched: convert tc_action_ops to use struct list_headWANG Cong1-11/+9
2013-12-18net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong2-66/+48
2013-12-18net_sched: init struct tcf_hashinfo at register timeWANG Cong10-94/+80
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong10-101/+59
2013-12-18net_sched: act: use standard struct list_headWANG Cong11-89/+83
2013-12-18net_sched: remove get_stats from tc_action_opsWANG Cong1-4/+0
2013-12-18packet: deliver VLAN TPID to userspaceAtzm Watanabe1-4/+10
2013-12-18packet: fill the gap of TPACKET_ALIGNMENT with zerosAtzm Watanabe1-1/+2
2013-12-18packet: make aligned size of struct tpacket{2,3}_hdr clearAtzm Watanabe1-0/+7
2013-12-17net: Add utility function to copy skb hashTom Herbert1-2/+1
2013-12-17net: Add utility functions to clear rxhashTom Herbert3-9/+8
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert6-10/+10
2013-12-17net/hsr: using kfree_rcu() to simplify the codeWei Yongjun1-9/+4
2013-12-17neigh: Netlink notification for administrative NUD state changeBob Gilligan1-0/+1
2013-12-17pkt_sched: fq: more robust memory allocationEric Dumazet1-6/+28
2013-12-17tcp: refine TSO splitsEric Dumazet1-39/+54
2013-12-17net: remove dead code for add/del multiplestephen hemminger1-96/+1
2013-12-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller31-216/+970
2013-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-1/+3
2013-12-17net: unix: allow bind to fail on mutex lockSasha Levin1-2/+6
2013-12-17udp: ipv4: do not use sk_dst_lock from softirq contextEric Dumazet1-9/+4
2013-12-17net: ovs: use CRC32 accelerated flow hash if availableFrancesco Fusco1-2/+2
2013-12-16sctp: loading sctp when load sctp_probewangweidong1-1/+16
2013-12-16tipc: change lock_sock order in connect()wangweidong1-4/+2
2013-12-16tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong1-1/+1
2013-12-16tipc: kill unnecessary goto'swangweidong1-8/+6
2013-12-16tipc: remove unnecessary variables and conditionswangweidong3-17/+8
2013-12-16xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du3-24/+31
2013-12-16xfrm: check user specified spi for IPCompFan Du1-1/+3
2013-12-15net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()Jerry Chu1-8/+4
2013-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds59-291/+472
2013-12-14ipv6: fix compiler warning in ipv6_exthdrs_lenHannes Frederic Sowa1-4/+5
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong1-0/+21
2013-12-14pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet2-2/+5
2013-12-14packet: fix using smp_processor_id() in preemptible codeLi Zhong1-1/+1
2013-12-14netconf: add proxy-arp supportstephen hemminger1-12/+29