summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2013-12-20tcp: autocork should not hold first packet in write queueEric Dumazet
2013-12-20net_sched: fix regression in tc_action_opsEric Dumazet
2013-12-20net_sched: fix a regression in tcf_proto_lookup_ops()Eric Dumazet
2013-12-20net_sched: fix a regression in tc actionsWANG Cong
2013-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-12-20netfilter: nf_ct_timestamp: Fix BUG_ON after netns deletionHelmut Schaa
2013-12-20netfilter: nft_exthdr: call ipv6_find_hdr() with explicitly initialized offsetDaniel Borkmann
2013-12-20netfilter: ctnetlink: honor CTA_MARK_MASK when setting ctmarkFlorian Westphal
2013-12-20netfilter: avoid get_random_bytes callsFlorian Westphal
2013-12-19bridge: change the position of '{' to the pre linetanxiaojun
2013-12-19bridge: change "foo* bar" to "foo *bar"tanxiaojun
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun
2013-12-19bridge: remove unnecessary parenthesestanxiaojun
2013-12-19bridge: remove unnecessary condition judgmenttanxiaojun
2013-12-19dccp: catch failed request_module call in dccp_probe initWang Weidong
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2013-12-19rps: NUMA flow limit allocationsEric Dumazet
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-19ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing
2013-12-19sch_cbq: remove unnecessary null pointer checkYang Yingliang
2013-12-19act_police: remove unnecessary null pointer checkYang Yingliang
2013-12-19net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann
2013-12-19net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam
2013-12-19mac80211: Add support for QoS mappingKyeyoon Park
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park
2013-12-19treewide: Fix typos in printkMasanari Iida
2013-12-19Merge branch 'master' into for-nextJiri Kosina
2013-12-19nl80211: support vendor-specific eventsJohannes Berg
2013-12-19mac80211: add helper functions for tracking P2P NoA stateFelix Fietkau
2013-12-19mac80211: fix iflist_mtx/mtx locking in radar detectionJohannes Berg
2013-12-19mac80211: remove unnecessary iflist_mtx lockingJohannes Berg
2013-12-19mac80211: align struct ps_data.tim to unsigned longJoe Perches
2013-12-18ipv6: sit: update mtu check to take care of gso packetsEric Dumazet
2013-12-18bridge: spelling fixestanxiaojun
2013-12-18ipv6: pmtudisc setting not respected with UFO/CORKHannes Frederic Sowa
2013-12-18ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa
2013-12-18ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgsHannes Frederic Sowa
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
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-18mac80211: make ieee80211_recalc_radar_chanctx staticJohannes Berg
2013-12-18mac80211: fix checkpatch errorsWeilong Chen