aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-7/+8
2014-10-19Net: DSA: Fix checking for get_phy_flags functionGravatar Andrew Lunn 1-1/+1
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+2
2014-10-18ipv6: fix a potential use after free in sit.cGravatar Li RongQing 1-3/+3
2014-10-18ipv6: fix a potential use after free in ip6_offload.cGravatar Li RongQing 1-0/+1
2014-10-18ipv4: fix a potential use after free in gre_offload.cGravatar Li RongQing 1-3/+3
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 34-202/+265
2014-10-17net: dsa: add includes for ethtool and phy_fixed definitionsGravatar Florian Fainelli 1-0/+1
2014-10-17openvswitch: Set flow-key members.Gravatar Pravin B Shelar 1-3/+3
2014-10-17netrom: use linux/uaccess.hGravatar Fabian Frederick 7-7/+7
2014-10-17tipc: fix bug in bundled buffer receptionGravatar Jon Paul Maloy 1-1/+6
2014-10-17ipv6: introduce tcp_v6_iif()Gravatar Eric Dumazet 3-13/+18
2014-10-17ipv4: fix a potential use after free in fou.cGravatar Li RongQing 1-0/+3
2014-10-17ipv4: fix a potential use after free in ip_tunnel_core.cGravatar Li RongQing 1-1/+2
2014-10-17openvswitch: Create right mask with disabled megaflowsGravatar Pravin B Shelar 1-21/+72
2014-10-17openvswitch: fix a use after freeGravatar Li RongQing 1-1/+2
2014-10-17ipv4: dst_entry leak in ip_send_unicast_reply()Gravatar Vasily Averin 1-3/+9
2014-10-17ipv4: clean up cookie_v4_check()Gravatar Cong Wang 2-4/+4
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Gravatar Cong Wang 2-29/+1
2014-10-17ipv4: call __ip_options_echo() in cookie_v4_check()Gravatar Cong Wang 1-1/+1
2014-10-15openvswitch: use vport instead of pGravatar Fabian Frederick 1-2/+2
2014-10-15openvswitch: kerneldoc warning fixGravatar Fabian Frederick 1-1/+1
2014-10-15net: Add ndo_gso_checkGravatar Tom Herbert 1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 9-16/+16
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 9-228/+153
2014-10-159p/trans_virtio: enable VQs earlyGravatar Michael S. Tsirkin 1-0/+2
2014-10-14tcp: TCP Small Queues and strange attractorsGravatar Eric Dumazet 1-7/+19
2014-10-14net: Trap attempts to call sock_kfree_s() with a NULL pointer.Gravatar David S. Miller 1-0/+2
2014-10-14rds: avoid calling sock_kfree_s() on allocation failureGravatar Cong Wang 1-3/+4
2014-10-14caif_usb: use target structure member in memsetGravatar Fabian Frederick 1-1/+1
2014-10-14caif_usb: remove redundant memory messageGravatar Fabian Frederick 1-3/+2
2014-10-14caif: replace kmalloc/memset 0 by kzallocGravatar Fabian Frederick 1-2/+2
2014-10-14ipv4: fix nexthop attlen check in fib_nh_matchGravatar Jiri Pirko 1-1/+1
2014-10-14tcp: fix tcp_ack() performance problemGravatar Eric Dumazet 1-9/+27
2014-10-14libceph: ceph-msgr workqueue needs a resque workerGravatar Ilya Dryomov 1-1/+5
2014-10-14libceph: separate multiple ops with commas in debugfs outputGravatar Ilya Dryomov 1-1/+2
2014-10-14libceph: sync osd op definitions in rados.hGravatar Ilya Dryomov 2-132/+8
2014-10-14libceph: reference counting pagelistGravatar Yan, Zheng 2-5/+6
2014-10-14ipv6: remove aca_lock spinlock from struct ifacaddr6Gravatar Li RongQing 1-1/+0
2014-10-14tcp: fix ooo_okay setting vs Small QueuesGravatar Eric Dumazet 1-2/+6
2014-10-14libceph: don't try checking queue_work() return valueGravatar Ilya Dryomov 1-10/+5
2014-10-14libceph: Convert pr_warning to pr_warnGravatar Joe Perches 5-37/+39
2014-10-14libceph: fix a use after free issue in osdmap_set_max_osdGravatar Li RongQing 1-16/+16
2014-10-14libceph: select CRYPTO_CBC in addition to CRYPTO_AESGravatar Ilya Dryomov 1-0/+1
2014-10-14libceph: resend lingering requests with a new tidGravatar Ilya Dryomov 1-19/+54
2014-10-14libceph: abstract out ceph_osd_request enqueue logicGravatar Ilya Dryomov 1-7/+17
2014-10-14net: sctp: fix remote memory pressure from excessive queueingGravatar Daniel Borkmann 2-26/+10
2014-10-14net: sctp: fix panic on duplicate ASCONF chunksGravatar Daniel Borkmann 1-0/+2
2014-10-14net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksGravatar Daniel Borkmann 2-60/+57
2014-10-14lib80211: remove unused print_ssid()Gravatar Andy Shevchenko 1-32/+0