summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2013-12-18net_sched: convert tcf_proto_ops to use struct list_headWANG Cong
2013-12-18net_sched: convert tc_action_ops to use struct list_headWANG Cong
2013-12-18net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong
2013-12-18net_sched: init struct tcf_hashinfo at register timeWANG Cong
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong
2013-12-18net_sched: act: use standard struct list_headWANG Cong
2013-12-18net_sched: remove get_stats from tc_action_opsWANG Cong
2013-12-18packet: deliver VLAN TPID to userspaceAtzm Watanabe
2013-12-18packet: fill the gap of TPACKET_ALIGNMENT with zerosAtzm Watanabe
2013-12-18packet: make aligned size of struct tpacket{2,3}_hdr clearAtzm Watanabe
2013-12-17net: Add utility function to copy skb hashTom Herbert
2013-12-17net: Add utility functions to clear rxhashTom Herbert
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert
2013-12-17net/hsr: using kfree_rcu() to simplify the codeWei Yongjun
2013-12-17pkt_sched: fq: more robust memory allocationEric Dumazet
2013-12-17tcp: refine TSO splitsEric Dumazet
2013-12-17net: remove dead code for add/del multiplestephen hemminger
2013-12-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-12-17net: ovs: use CRC32 accelerated flow hash if availableFrancesco Fusco
2013-12-16tipc: change lock_sock order in connect()wangweidong
2013-12-16tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong
2013-12-16tipc: kill unnecessary goto'swangweidong
2013-12-16tipc: remove unnecessary variables and conditionswangweidong
2013-12-15net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()Jerry Chu
2013-12-14ipv6: fix compiler warning in ipv6_exthdrs_lenHannes Frederic Sowa
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong
2013-12-14pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet
2013-12-14packet: fix using smp_processor_id() in preemptible codeLi Zhong
2013-12-14netconf: add proxy-arp supportstephen hemminger
2013-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-12-12ipv6: fix incorrect type in declarationFlorent Fourcot
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu
2013-12-11ipv6: router reachability probingJiri Benc
2013-12-11sctp: remove redundant null check on asocwangweidong
2013-12-11sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel
2013-12-11net_sched: expand control flow of macro SKIP_NONLOCALYang Yingliang
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher
2013-12-11rfkill: Fix FSF address in file headersJeff Kirsher
2013-12-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-12-11tipc: remove unused 'blocked' flag from tipc_link structYing Xue
2013-12-11tipc: eliminate code duplication in media layerYing Xue
2013-12-11tipc: relocate common functions from media to bearerYing Xue
2013-12-11tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue
2013-12-11tipc: improve naming and comment consistency in media layerJon Paul Maloy
2013-12-11tipc: initiate media type array at compile timeJon Paul Maloy
2013-12-11tipc: eliminate redundant code with kfree_skb_list routineYing Xue
2013-12-10net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang
2013-12-10net_sched: add space around '>' and before '('Yang Yingliang
2013-12-10net_sched: change "foo* bar" to "foo *bar"Yang Yingliang