summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-07-20cls_cgroup: factor out classid retrievalDaniel Borkmann1-21/+2
2015-07-16ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki1-4/+2
2015-07-16netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah1-2/+14
2015-07-16net core: Add protodown support.Anuradha Karuppiah2-0/+34
2015-07-16ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明1-12/+18
2015-07-16pkt_sched: sch_qfq: remove unused member of struct qfq_schedAndrea Parri1-1/+0
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller46-851/+1219
2015-07-14bridge: mdb: add vlan support for user entriesNikolay Aleksandrov1-0/+6
2015-07-13net: Build IPv6 into kernel by defaultTom Herbert1-6/+5
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-194/+242
2015-07-13Merge tag 'linux-can-fixes-for-4.2-20150712' of git://git.kernel.org/pub/scm/...David S. Miller3-8/+13
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp3-8/+13
2015-07-12net: dsa: Fix off-by-one in switch address parsingFlorian Fainelli1-1/+1
2015-07-12net: dsa: Test array index before useFlorian Fainelli1-2/+2
2015-07-12net: switchdev: don't abort unsupported operationsVivien Didelot1-4/+8
2015-07-12Revert "ipv4: use skb coalescing in defragmentation"Florian Westphal1-20/+6
2015-07-11net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter1-2/+2
2015-07-11ipv6: Do not iterate over all interfaces when finding source address on speci...YOSHIFUJI Hideaki/吉藤英明1-90/+107
2015-07-11bridge: mdb: allow the user to delete mdb entry if there's a querierSatish Ashok1-9/+2
2015-07-11net: call rcu_read_lock early in process_backlogJulian Anastasov1-16/+16
2015-07-11net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-07-10bridge: fix potential crash in __netdev_pick_tx()Eric Dumazet1-0/+1
2015-07-10tcp: do not export tcp_init_xmit_timers()Eric Dumazet1-1/+0
2015-07-10bridge: mdb: fill state in br_mdb_notifyNikolay Aleksandrov3-5/+7
2015-07-10route: remove unsed variable in __mkroute_inputMasatake YAMATO1-2/+1
2015-07-10ipv6: Nonlocal bindTom Herbert4-3/+14
2015-07-10inet: inet_twsk_deschedule factorizationEric Dumazet7-25/+18
2015-07-10inet: simplify timewait refcountingEric Dumazet3-62/+17
2015-07-10ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal3-7/+7
2015-07-10net: pktgen: kill the "Wait for kthread_stop" code in pktgen_thread_worker()Oleg Nesterov1-9/+2
2015-07-10net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov1-1/+3
2015-07-10tcp: update congestion state first before raising cwndYuchung Cheng1-4/+4
2015-07-10tcp: do not slow start when cwnd equals ssthreshYuchung Cheng3-5/+3
2015-07-10tcp: add tcp_in_slow_start helperYuchung Cheng10-13/+13
2015-07-10net: skb_defer_rx_timestamp should check for phydev before setting up classifyAlexander Duyck1-1/+5
2015-07-10tcp: v1 always send a quick ack when quickacks are enabledJon Maxwell2-10/+7
2015-07-09libceph: treat sockaddr_storage with uninitialized family as blankIlya Dryomov1-7/+7
2015-07-09libceph: enable ceph in a non-default network namespaceIlya Dryomov2-7/+19
2015-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-29/+54
2015-07-09ipv4: add support for linkdown sysctl to netconfAndy Gospodarek1-0/+13
2015-07-09bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov1-0/+2
2015-07-09net/tipc: initialize security state for new connection socketStephen Smalley1-0/+1
2015-07-09ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs1-3/+5
2015-07-09rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-91/+96
2015-07-09Revert "dev: set iflink to 0 for virtual interfaces"Nicolas Dichtel1-4/+0
2015-07-09net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2
2015-07-09bridge: mdb: start delete timer for temp static entriesSatish Ashok1-0/+3
2015-07-08net_sched: gen_estimator: extend pps limitEric Dumazet1-6/+7
2015-07-08net_sched: act_mirred: remove spinlock in fast pathEric Dumazet1-27/+30
2015-07-08net_sched: act_gact: remove spinlock in fast pathEric Dumazet1-10/+7