aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/af_nfc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-14tls: getsockopt return record sequence numberBoris Pismenny1-0/+2
2018-02-14tls: reset the crypto info if copy_from_user failsBoris Pismenny1-1/+1
2018-02-14tls: retrun the correct IV in getsockoptBoris Pismenny1-1/+2
2018-02-14docs: segmentation-offloads.txt: add SCTP infoDaniel Axtens1-0/+26
2018-02-14docs: segmentation-offloads.txt: Fix ref to SKB_GSO_TUNNEL_REMCSUMDaniel Axtens1-4/+4
2018-02-14docs: segmentation-offloads.txt: update for UFO depreciationDaniel Axtens1-0/+4
2018-02-14tipc: Fix missing RTNL lock protection during setting link propertiesYing Xue1-6/+8
2018-02-14tipc: Introduce __tipc_nl_net_setYing Xue2-3/+13
2018-02-14tipc: Introduce __tipc_nl_media_setYing Xue2-9/+15
2018-02-14tipc: Introduce __tipc_nl_bearer_setYing Xue2-9/+15
2018-02-14tipc: Introduce __tipc_nl_bearer_enableYing Xue2-7/+11
2018-02-14tipc: Introduce __tipc_nl_bearer_disableYing Xue2-6/+14
2018-02-14tipc: Refactor __tipc_nl_compat_doitYing Xue1-14/+15
2018-02-14ibmvnic: Clean RX pool buffers during device closeThomas Falcon1-1/+30
2018-02-14ibmvnic: Free RX socket buffer in case of adapter errorThomas Falcon1-0/+1
2018-02-14ibmvnic: Fix NAPI structures memory leakThomas Falcon1-0/+2
2018-02-14ibmvnic: Fix login buffer memory leaksThomas Falcon1-0/+16
2018-02-14ibmvnic: Wait until reset is complete to set carrier onThomas Falcon1-2/+2
2018-02-14Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer3-94/+31
2018-02-14sctp: fix some copy-paste errors for file commentsXin Long2-2/+3
2018-02-14net: fix race on decreasing number of TX queuesJakub Kicinski1-2/+9
2018-02-13rds: do not call ->conn_alloc with GFP_KERNELSowmini Varadhan1-1/+1
2018-02-13net: sched: fix tc_u_common lookupJiri Pirko1-4/+20
2018-02-13net: sched: don't set q pointer for shared blocksJiri Pirko1-14/+12
2018-02-13mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_createJiri Pirko1-14/+18
2018-02-13net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ commentTobias Klauser1-1/+1
2018-02-13uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc defineHauke Mehrtens2-7/+5
2018-02-12net: cavium: fix NULL pointer dereference in cavium_ptp_putJan Glauber1-0/+2
2018-02-12net: thunderbolt: Run disconnect flow asynchronously when logout is receivedMika Westerberg1-1/+13
2018-02-12net: thunderbolt: Tear down connection properly on suspendMika Westerberg1-4/+1
2018-02-12sh_eth: Remove obsolete explicit clock handling for WoLGeert Uytterhoeven1-15/+3
2018-02-12ravb: Remove obsolete explicit clock handling for WoLGeert Uytterhoeven1-6/+0
2018-02-12net: phy: fix wrong mask to phy_modify()Ingo van Lil1-1/+1
2018-02-12tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin1-0/+25
2018-02-12sctp: remove the useless check in sctp_renege_eventsXin Long1-6/+2
2018-02-12sctp: add SCTP_CID_I_DATA and SCTP_CID_I_FWD_TSN conversion in sctp_cnameXin Long1-0/+6
2018-02-12sctp: do not pr_err for the duplicated node in transport rhlistXin Long1-4/+1
2018-02-12bridge: check brport attr show in brport_showXin Long1-0/+3
2018-02-11mvpp2: fix multicast address filterMikulas Patocka1-3/+8
2018-02-11ptr_ring: prevent integer overflow when calculating sizeJason Wang1-1/+1
2018-02-11Linux 4.16-rc1Linus Torvalds1-2/+2
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro8-142/+47
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds297-913/+913
2018-02-11xtensa: fix build with KASANMax Filippov1-0/+2
2018-02-11nios2: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2-2/+0
2018-02-11nios2: dts: Remove leading 0x and 0s from bindings notationMathieu Malaterre1-8/+8
2018-02-10powerpc/pci: Fix broken INTx configuration via OFAlexey Kardashevskiy1-2/+3
2018-02-09mconsole_proc(): don't mess with file->f_posAl Viro1-1/+2
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada3-4/+4
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada6-5/+16