summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | netfilter: nfnetlink_{log,queue}: Register pernet in first placeFrancesco Ruggeri2015-05-202-18/+19
| | * | | | | | | ipv4: Avoid crashing in ip_errorEric W. Biederman2015-05-221-0/+4
| | * | | | | | | tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet2015-05-224-4/+17
| | * | | | | | | net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann2015-05-221-0/+5
| | * | | | | | | net: phy: Make sure phy_start() always re-enables the phy interruptsTim Beale2015-05-201-13/+16
| | * | | | | | | Merge branch 'ipv6_ecmp_fixes'David S. Miller2015-05-202-7/+46
| | |\ \ \ \ \ \ \
| | | * | | | | | | ipv6: fix ECMP route replacementMichal Kubeček2015-05-202-6/+44
| | | * | | | | | | ipv6: do not delete previously existing ECMP routes if add failsMichal Kubeček2015-05-201-1/+2
| | |/ / / / / / /
| | * | | | | | | Merge tag 'mac80211-for-davem-2015-05-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-05-191-2/+4
| | |\ \ \ \ \ \ \
| | | * | | | | | | mac80211: move WEP tailroom size checkJanusz Dziedzic2015-05-111-2/+4
| | * | | | | | | | tcp: don't over-send F-RTO probesYuchung Cheng2015-05-191-3/+3
| | * | | | | | | | tcp: only undo on partial ACKs in CA_LossYuchung Cheng2015-05-191-3/+6
| | * | | | | | | | net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge2015-05-191-1/+3
| | * | | | | | | | inet: properly align icsk_ca_privEric Dumazet2015-05-191-2/+3
| | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | vxlan: correct typo in call to unregister_netdevice_queueJohn W. Linville2015-05-181-1/+1
| | * | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-183-2/+11
| | |\ \ \ \ \ \ \
| | | * | | | | | | Bluetooth: Fix remote name event return directly.Wesley Kuo2015-05-141-2/+4
| | | * | | | | | | Bluetooth: ath3k: add support of 04ca:300f AR3012 deviceDmitry Tunin2015-05-132-0/+3
| | | * | | | | | | Bluetooth: btusb: Add support for 0cf3:e007Wen-chien Jesse Sung2015-05-131-0/+1
| | | * | | | | | | Bluetooth: ath3k: Add a new ID 0cf3:e006 to ath3k listWen-chien Jesse Sung2015-05-132-0/+3
| | * | | | | | | | tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot2015-05-182-2/+2
| | * | | | | | | | rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel2015-05-182-1/+4
| | * | | | | | | | rhashtable: Add cap on number of elements in hash tableHerbert Xu2015-05-172-0/+30
| | * | | | | | | | net: phy: Make sure PHY_RESUMING state change is always processedTim Beale2015-05-161-1/+1
| | * | | | | | | | netlink: Reset portid after netlink_insert failureHerbert Xu2015-05-161-0/+1
| | * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-05-165-5/+42
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | netfilter: nf_tables: fix bogus warning in nft_data_uninit()Mirek Kratochvil2015-05-151-2/+2
| | | * | | | | | | | conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transitionJesper Dangaard Brouer2015-05-152-3/+35
| | | * | | | | | | | netfilter: avoid build error if TPROXY/SOCKET=y && NF_DEFRAG_IPV6=mFlorian Westphal2015-05-151-0/+2
| | | * | | | | | | | ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala2015-05-081-0/+3
| | * | | | | | | | | net: phy: Allow EEE for all RGMII variantsFlorian Fainelli2015-05-161-3/+4
| | * | | | | | | | | rocker: fix a neigh entry leak issueYing Xue2015-05-161-3/+5
| | * | | | | | | | | net: macb: Add better comment for RXUBR handlingNathan Sullivan2015-05-151-0/+6
| | * | | | | | | | | rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu2015-05-153-5/+5
| | * | | | | | | | | net/mlx4: Avoid 'may be used uninitialized' warningsBjorn Helgaas2015-05-151-4/+4
| | * | | | | | | | | ipv6: Fix udp checksums with raw socketsVlad Yasevich2015-05-151-1/+3
| | * | | | | | | | | netlink: move nl_table in read_mostly sectionEric Dumazet2015-05-141-1/+1
| | * | | | | | | | | vlan: Correctly propagate promisc|allmulti flags in notifier.Vlad Yasevich2015-05-141-1/+1
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-234-9/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-191-4/+1
| | * | | | | | | | | nvme: fix kernel memory corruption with short INQUIRY buffersChristoph Hellwig2015-05-131-1/+2
| | * | | | | | | | | block: remove export for blk_queue_bioMike Snitzer2015-05-122-4/+3
| * | | | | | | | | | Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/mdLinus Torvalds2015-05-233-3/+10
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | md/bitmap: remove rcu annotation from pointer arithmetic.NeilBrown2015-05-211-1/+6
| | * | | | | | | | | | md/raid0: fix restore to sector variable in raid0_make_requestEric Work2015-05-211-1/+3
| | * | | | | | | | | | raid5: fix broken async operation chainShaohua Li2015-05-211-1/+1
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-05-226-4/+70
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Input: smtpe-ts - wait 50mS until polling for pen-upMarek Vasut2015-05-221-1/+1
| | * | | | | | | | | | | Input: smtpe-ts - use msecs_to_jiffies() instead of HZMarek Vasut2015-05-221-1/+1
| | * | | | | | | | | | | Input: joydev - don't classify the vmmouse as a joystickThomas Hellstrom2015-05-221-0/+61