summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-11-04net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann1-1/+0
2013-11-04net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin12-0/+2339
2013-11-04net: extend net_device allocation to vmalloc()Eric Dumazet2-6/+18
2013-11-04net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann1-8/+1
2013-11-04net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann1-10/+21
2013-11-04netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.cWei Yongjun1-1/+0
2013-11-04netfilter: ctnetlink: account both directions in one stepHolger Eitzenberger1-25/+24
2013-11-04netfilter: introduce nf_conn_acct structureHolger Eitzenberger4-20/+30
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-01Merge branch 'linus' into sched/coreIngo Molnar61-236/+475
2013-11-01xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert2-2/+10
2013-10-31SUNRPC: Cleanup xs_destroy()Trond Myklebust1-10/+5
2013-10-31SUNRPC: close a rare race in xs_tcp_setup_socket.NeilBrown1-4/+9
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-30SUNRPC: remove duplicated include from clnt.cWei Yongjun1-1/+0
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-29SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msgTrond Myklebust1-19/+37
2013-10-29SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 messageTrond Myklebust1-0/+1