aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-30bnxt_en: Fix ethtool -a reporting.Michael Chan1-4/+2
2016-03-30bnxt_en: Fix typo in bnxt_hwrm_set_pause_common().Michael Chan1-1/+1
2016-03-30bnxt_en: Implement proper firmware message padding.Michael Chan2-1/+7
2016-03-30bnxt_en: Initialize CP doorbell value before ring allocationPrashant Sreedharan1-1/+1
2016-03-30team: team should sync the port's uc/mc addrs when add a portXin Long1-0/+5
2016-03-30gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck1-0/+16
2016-03-30qed: initialize return rc to avoid returning garbageColin Ian King1-1/+1
2016-03-30sctp: really allow using GFP_KERNEL on sctp_packet_transmitMarcelo Ricardo Leitner1-3/+3
2016-03-30bridge: Allow set bridge ageing time when switchdev disabledHaishuang Yan1-1/+1
2016-03-30gpio: xgene: Prevent NULL pointer dereferenceAxel Lin1-0/+5
2016-03-30gpio: menz127: Drop lock field from struct men_z127_gpioAxel Lin1-5/+4
2016-03-29ixgbe: Fix cls_u32 offload support for L4 portsSridhar Samudrala1-12/+4
2016-03-29ixgbe: Fix cls_u32 offload support for fields with masksSridhar Samudrala2-7/+5
2016-03-29ixgbe: fix error handling in TC cls_u32 offload routinesSridhar Samudrala1-18/+34
2016-03-29ixgbe: make __ixgbe_setup_tc staticEmil Tantilov1-2/+2
2016-03-29ixgbevf: fix error code path when setting MAC addressEmil Tantilov2-5/+11
2016-03-29ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-4/+6
2016-03-29ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-4/+6
2016-03-29ixgbe: Use udelay to avoid sleeping while atomicMark Rustad1-1/+1
2016-03-29ixgbe: Fix ATR so that it correctly handles IPv6 extension headersAlexander Duyck1-24/+21
2016-03-29ixgbe: Store VXLAN port number in network orderAlexander Duyck2-49/+20
2016-03-29ixgbe: Fix for RAR0 not being set to default MAC addrTushar Dave1-0/+2
2016-03-29clk: qcom: ipq4019: add some fixed clocks for ddrppl and fepllMatthew McClintock1-0/+10
2016-03-29clk: qcom: ipq4019: switch remaining defines to enumsMatthew McClintock1-35/+25
2016-03-29clk: qcom: Make reset_control_ops constPhilipp Zabel2-2/+2
2016-03-29clk: tegra: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-03-29clk: sunxi: Make reset_control_ops constPhilipp Zabel3-3/+3
2016-03-29clk: atlas7: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-03-29clk: rockchip: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-03-29clk: mmp: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-03-29clk: mediatek: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-03-29arm64: defconfig: updates for 4.6Will Deacon1-8/+20
2016-03-29dlm: config: Fix ENOMEM failures in make_cluster()Andrew Price1-2/+1
2016-03-29arm64: perf: Move PMU register related defines to asm/perf_event.hShannon Zhao5-123/+66
2016-03-29arm64: opcodes.h: Add arm big-endian config options before including arm headerJames Morse1-0/+4
2016-03-29s390/crypto: provide correct file mode at device register.Harald Freudenberger1-0/+2
2016-03-29powerpc: Correct used_vsr commentSimon Guo1-1/+1
2016-03-29powerpc/process: Fix altivec SPR not being savedOliver O'Halloran1-1/+1
2016-03-29powerpc/mm: Fixup preempt underflow with huge pagesSebastian Siewior1-2/+2
2016-03-28x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()Dan Williams3-8/+27
2016-03-28qmi_wwan: add "D-Link DWM-221 B1" device idBjørn Mork1-0/+1
2016-03-28netfilter: ipv4: fix NULL dereferenceLiping Zhang2-36/+38
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIESPablo Neira Ayuso4-0/+10
2016-03-28netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast failsPablo Neira Ayuso1-1/+6
2016-03-28netfilter: x_tables: fix unconditional helperFlorian Westphal3-33/+31
2016-03-28netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal3-6/+12
2016-03-28netfilter: x_tables: validate e->target_offset earlyFlorian Westphal3-27/+24
2016-03-28openvswitch: call only into reachable nf-nat codeArnd Bergmann2-9/+11
2016-03-28openvswitch: Fix checking for new expected connections.Jarno Rajahalme1-2/+3
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai5-8/+35