summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-11-02net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-69/+41
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-10/+18
2013-11-02openvswitch: Use flow hash during flow lookup operation.Pravin B Shelar1-1/+1
2013-11-02openvswitch: TCP flags matching support.Jarno Rajahalme3-2/+33
2013-11-02openvswitch: Widen TCP flags handling.Jarno Rajahalme3-7/+5
2013-11-02openvswitch: Enable all GSO features on internal port.Pravin B Shelar1-1/+1
2013-11-01xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert2-2/+10
2013-10-316lowpan: cleanup skb copy dataAlexander Aring1-5/+8
2013-10-316lowpan: set 6lowpan network and transport headerAlexander Aring1-0/+2
2013-10-316lowpan: set and use mac_len for mac header lengthAlexander Aring2-12/+3
2013-10-316lowpan: remove unnecessary set of headersAlexander Aring1-4/+0
2013-10-31ipv6: remove the unnecessary statement in find_match()Duan Jiong1-1/+1
2013-10-31mac802154: Use pr_err(...) rather than printk(KERN_ERR ...)Chen Weilong1-4/+2
2013-10-31tipc: remove two indentation levels in tipc_recv_msg routineYing Xue1-89/+84
2013-10-30tcp: temporarily disable Fast Open on SYN timeoutYuchung Cheng2-3/+8
2013-10-30net: ipvs: sctp: do not recalc sctp csum when ports didn't changeDaniel Borkmann1-6/+33
2013-10-30bridge: pass correct vlan id to multicast codeVlad Yasevich4-29/+25
2013-10-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller3-5/+19
2013-10-30net: x25: Fix dead URLs in KconfigMichael DrĂ¼ing1-2/+2
2013-10-30net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann3-0/+396
2013-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+6
2013-10-29netfilter: xt_NFQUEUE: fix --queue-bypass regressionHolger Eitzenberger1-1/+6
2013-10-29net: esp{4,6}: get rid of struct esp_dataMathias Krause2-51/+28
2013-10-29net: esp{4,6}: remove padlen from struct esp_dataMathias Krause2-16/+2
2013-10-29net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu1-2/+2
2013-10-29net, iovec: fix the incorrect comment in memcpy_fromiovecend()Zhi Yong Wu1-1/+1
2013-10-29net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu1-1/+1
2013-10-29ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORKHannes Frederic Sowa1-4/+8
2013-10-29tcp: gso: fix truesize trackingEric Dumazet1-8/+5
2013-10-29ipv6: Remove privacy config option.David S. Miller2-56/+3
2013-10-296lowpan: remove unnecessary breakAlexander Aring1-1/+0
2013-10-296lowpan: remove skb->dev assignmentAlexander Aring1-1/+0
2013-10-296lowpan: use netdev_alloc_skb instead dev_alloc_skbAlexander Aring1-2/+2
2013-10-296lowpan: remove unnecessary check on err >= 0Alexander Aring1-1/+1
2013-10-296lowpan: remove unnecessary ret variableAlexander Aring1-4/+2
2013-10-28netfilter: bridge: nf_tables: add filter chain typePablo Neira Ayuso1-2/+39
2013-10-28netfilter: nft_nat: Fix endianness issue reported by sparseTomasz Bursztyka1-4/+8
2013-10-28netfilter: bridge: fix nf_tables bridge dependencies with main corePablo Neira Ayuso1-0/+1
2013-10-28nl80211: fix channel switch parsingAndrei Otcheretianski1-3/+1
2013-10-28mac80211: fix uninitialized variableMichal Kazior1-1/+1
2013-10-28mac80211: process mesh channel switching using beaconChun-Yeow Yeoh2-9/+136
2013-10-28{nl,cfg,mac}80211: implement mesh channel switch userspace APIChun-Yeow Yeoh6-3/+139
2013-10-28{nl,cfg,mac}80211: enable the triggering of CSA frame in meshChun-Yeow Yeoh5-54/+111
2013-10-28mac80211: process the CSA frame for mesh accordinglyChun-Yeow Yeoh5-3/+114
2013-10-28mac80211: refactor the parsing of chan switch ieChun-Yeow Yeoh4-41/+48
2013-10-28mac80211: add ieee80211_tx_prepare_skb() helper functionFelix Fietkau1-0/+29
2013-10-28cfg80211: export reg_initiator_name()Luis R. Rodriguez1-10/+16
2013-10-28mac80211: fixes for mesh powersave logicMarco Porsch3-18/+22
2013-10-28mac80211: Remove check for offchannel state when waking netdev queuesSeth Forshee1-3/+0