summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-11-08caif: use pskb_put() instead of reimplementing its functionalityMathias Krause1-11/+1
2013-11-08net: move pskb_put() to core codeMathias Krause2-13/+23
2013-11-08net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend3-6/+15
2013-11-086lowpan: release device on error pathDan Carpenter1-1/+3
2013-11-08net/vlan: Provide read access to the vlan egress mapEyal Perry1-6/+12
2013-11-08tipc: reassembly failures should cause link resetErik Hugne1-1/+1
2013-11-08tipc: message reassembly using fragment chainErik Hugne6-142/+74
2013-11-08tipc: don't reroute message fragmentsErik Hugne2-3/+6
2013-11-06ipv6: drop the judgement in rt6_alloc_cow()Duan Jiong1-5/+3
2013-11-06ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa1-1/+1
2013-11-06ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa5-5/+11
2013-11-05ipv6: remove old conditions on flow label sharingFlorent Fourcot1-33/+0
2013-11-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller34-745/+4116
2013-11-05net: introduce skb_coalesce_rx_frag()Jason Wang1-0/+12
2013-11-05tcp: properly handle stretch acks in slow startYuchung Cheng14-67/+56
2013-11-05tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng1-1/+1
2013-11-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller5-11/+52
2013-11-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller20-193/+280
2013-11-05netfilter: nft_compat: use _safe version of list_for_eachDan Carpenter1-4/+4
2013-11-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller12-2288/+2496
2013-11-05net: checksum: fix warning in skb_checksumDaniel Borkmann1-1/+1
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville34-745/+4116
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-31/+164
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-96/+153
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-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