summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: checksum: fix warning in skb_checksumDaniel Borkmann2013-11-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-0426-96/+153
|\
| * net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann2013-11-041-1/+0
| * net: flow_dissector: fail on evil iph->ihlJason Wang2013-11-021-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-023-10/+18
| |\
| | * xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert2013-11-012-2/+10
| | * xfrm: Increase the garbage collector thresholdSteffen Klassert2013-10-282-2/+2
| | * xfrm: prevent ipcomp scratch buffer race conditionMichal Kubecek2013-10-181-6/+6
| * | bridge: pass correct vlan id to multicast codeVlad Yasevich2013-10-294-29/+25
| * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2013-10-293-5/+19
| |\ \
| | * | openvswitch: fix vport-netdev unregisterAlexei Starovoitov2013-10-163-5/+19
| * | | net: x25: Fix dead URLs in KconfigMichael DrĂ¼ing2013-10-291-2/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-10-291-1/+6
| |\ \ \
| | * | | netfilter: xt_NFQUEUE: fix --queue-bypass regressionHolger Eitzenberger2013-10-291-1/+6
| * | | | tcp: gso: fix truesize trackingEric Dumazet2013-10-291-8/+5
| * | | | pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet2013-10-281-0/+1
| * | | | tcp: do not rearm RTO when future data are sackedYuchung Cheng2013-10-271-3/+10
| * | | | tcp: only take RTT from timestamps if new data is ackedYuchung Cheng2013-10-271-1/+2
| * | | | tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng2013-10-271-5/+13
| * | | | ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa2013-10-251-3/+6
| * | | | netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli2013-10-251-13/+18
| |/ / /
| * | | net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6Daniel Borkmann2013-10-231-1/+3
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-10-236-13/+25
| |\ \ \
| | * | | netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon2013-10-224-1/+21
| | * | | netfilter: ipt_ULOG: fix info leaksMathias Krause2013-10-021-6/+1
| | * | | netfilter: ebt_ulog: fix info leaksMathias Krause2013-10-021-6/+3
* | | | | net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin2013-11-0312-0/+2339
* | | | | net: extend net_device allocation to vmalloc()Eric Dumazet2013-11-032-6/+18
* | | | | net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann2013-11-031-8/+1
* | | | | net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann2013-11-031-10/+21
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-024-69/+41
|\ \ \ \ \
| * | | | | net: esp{4,6}: get rid of struct esp_dataMathias Krause2013-10-292-51/+28
| * | | | | net: esp{4,6}: remove padlen from struct esp_dataMathias Krause2013-10-292-16/+2
| * | | | | xfrm: Don't queue retransmitted packets if the original is still on the hostSteffen Klassert2013-10-211-0/+7
| * | | | | xfrm: use vmalloc_node() for percpu scratchesEric Dumazet2013-10-211-2/+4
* | | | | | 6lowpan: cleanup skb copy dataAlexander Aring2013-10-301-5/+8
* | | | | | 6lowpan: set 6lowpan network and transport headerAlexander Aring2013-10-301-0/+2
* | | | | | 6lowpan: set and use mac_len for mac header lengthAlexander Aring2013-10-302-12/+3
* | | | | | 6lowpan: remove unnecessary set of headersAlexander Aring2013-10-301-4/+0
* | | | | | ipv6: remove the unnecessary statement in find_match()Duan Jiong2013-10-301-1/+1
* | | | | | mac802154: Use pr_err(...) rather than printk(KERN_ERR ...)Chen Weilong2013-10-301-4/+2
* | | | | | tipc: remove two indentation levels in tipc_recv_msg routineYing Xue2013-10-301-89/+84
* | | | | | tcp: temporarily disable Fast Open on SYN timeoutYuchung Cheng2013-10-292-3/+8
* | | | | | net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann2013-10-293-0/+396
* | | | | | net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu2013-10-291-2/+2
* | | | | | net, iovec: fix the incorrect comment in memcpy_fromiovecend()Zhi Yong Wu2013-10-291-1/+1
* | | | | | net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu2013-10-291-1/+1
* | | | | | ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORKHannes Frederic Sowa2013-10-291-4/+8
* | | | | | ipv6: Remove privacy config option.David S. Miller2013-10-282-56/+3
* | | | | | 6lowpan: remove unnecessary breakAlexander Aring2013-10-281-1/+0
OpenPOWER on IntegriCloud