summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netrom: use linux/uaccess.hFabian Frederick2014-10-187-7/+7
* tipc: fix bug in bundled buffer receptionJon Paul Maloy2014-10-181-1/+6
* ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-183-13/+18
* ipv4: fix a potential use after free in fou.cLi RongQing2014-10-181-0/+3
* ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing2014-10-181-1/+2
* openvswitch: Create right mask with disabled megaflowsPravin B Shelar2014-10-171-21/+72
* openvswitch: fix a use after freeLi RongQing2014-10-171-1/+2
* ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin2014-10-171-3/+9
* ipv4: clean up cookie_v4_check()Cong Wang2014-10-172-4/+4
* ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang2014-10-172-29/+1Star
* ipv4: call __ip_options_echo() in cookie_v4_check()Cong Wang2014-10-171-1/+1
* openvswitch: use vport instead of pFabian Frederick2014-10-161-2/+2
* openvswitch: kerneldoc warning fixFabian Frederick2014-10-161-1/+1
* net: Add ndo_gso_checkTom Herbert2014-10-151-1/+1
* tcp: TCP Small Queues and strange attractorsEric Dumazet2014-10-141-7/+19
* net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller2014-10-141-0/+2
* rds: avoid calling sock_kfree_s() on allocation failureCong Wang2014-10-141-3/+4
* caif_usb: use target structure member in memsetFabian Frederick2014-10-141-1/+1
* caif_usb: remove redundant memory messageFabian Frederick2014-10-141-3/+2Star
* caif: replace kmalloc/memset 0 by kzallocFabian Frederick2014-10-141-2/+2
* ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko2014-10-141-1/+1
* tcp: fix tcp_ack() performance problemEric Dumazet2014-10-141-9/+27
* ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing2014-10-141-1/+0Star
* tcp: fix ooo_okay setting vs Small QueuesEric Dumazet2014-10-141-2/+6
* net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2014-10-142-26/+10Star
* net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2014-10-141-0/+2
* net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-10-142-60/+57Star
* net: fix races in page->_count manipulationEric Dumazet2014-10-101-7/+18
* flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck2014-10-101-13/+23
* net: filter: fix the commentsLi RongQing2014-10-101-6/+3Star
* net: bpf: fix bpf syscall dependence on anon_inodesAlexei Starovoitov2014-10-101-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-101-6/+4Star
|\
| * netfilter: fix wrong arithmetics regarding NFT_REJECT_ICMPX_MAXPablo Neira Ayuso2014-10-071-6/+4Star
* | Merge tag 'master-2014-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-101-2/+2
|\ \
| * | net: rfkill: kernel-doc warning fixesFabian Frederick2014-10-081-2/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-10-073-2/+9
| |\ \
* | | | net_sched: restore qdisc quota fairness limits after bulk dequeueJesper Dangaard Brouer2014-10-101-7/+13
* | | | net: Missing @ before descriptions cause make xmldocs warningMasanari Iida2014-10-101-5/+5
* | | | netlabel: kernel-doc warning fixFabian Frederick2014-10-091-1/+0Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-09434-7910/+15378
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-089-14/+49
| |\ \ \ \
| | * | | | net_sched: copy exts->type in tcf_exts_change()WANG Cong2014-10-081-0/+1
| | * | | | bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTINGHerbert Xu2014-10-072-0/+15
| | * | | | sctp: handle association restarts when the socket is closed.Vlad Yasevich2014-10-061-3/+16
| | * | | | ematch: Fix early ending of inverted containers.Ignacy Gawędzki2014-10-051-2/+3
| | * | | | ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel2014-10-051-2/+2
| | * | | | net/rds: fix possible double free on sock tear downHerton R. Krzesinski2014-10-031-4/+7
| | * | | | net/rds: do proper house keeping if connection fails in rds_tcp_conn_connectHerton R. Krzesinski2014-10-031-1/+4
| | * | | | net/rds: call rds_conn_drop instead of open code it at rds_connect_completeHerton R. Krzesinski2014-10-031-2/+1Star
| * | | | | netlabel: directly return netlbl_unlabel_genl_init()Fabian Frederick2014-10-081-5/+1Star