aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_nf_core.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-09tcp: clear saved_syn in tcp_disconnect()Eric Dumazet1-0/+1
2017-04-08net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng1-2/+2
2017-04-08l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault1-1/+6
2017-04-08l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault1-2/+0
2017-04-07tcp: restrict F-RTO to work-around broken middle-boxesYuchung Cheng1-8/+12
2017-04-06team: call netdev_change_features out of team lockXin Long1-8/+11
2017-04-06sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-04-06usbnet: make sure no NULL pointer is passed throughOliver Neukum1-4/+15
2017-04-06net_sched: check noop_qdisc before qdisc_hash_add()WANG Cong1-1/+1
2017-04-06net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-1/+1
2017-04-05nfp: fix potential use after free on xdp progJakub Kicinski1-1/+2
2017-04-05tcp: fix reordering SNMP under-countingYuchung Cheng1-13/+14
2017-04-05tcp: fix lost retransmit SNMP under-countingYuchung Cheng1-1/+2
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long7-28/+22
2017-04-05mfd: cros-ec: Fix host command buffer sizeVic Yang1-1/+2
2017-04-04net: ethernet: ti: cpsw: fix race condition during open()Sekhar Nori1-6/+8
2017-04-04l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault1-1/+1
2017-04-04bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*Colin Ian King2-12/+12
2017-04-04l2tp: take reference on sessions being dumpedGuillaume Nault5-11/+27
2017-04-04can: rcar_can: Do not print virtual addressesGeert Uytterhoeven1-2/+1
2017-04-04can: ifi: use correct register to read rx statusMarkus Marb1-1/+1
2017-04-03tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner1-5/+9
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long2-34/+50
2017-04-03flow dissector: correct size of storage for ARPSimon Horman1-1/+1
2017-04-03drm/msm: Make sure to detach the MMU during GPU cleanupJordan Crouse2-13/+19
2017-04-03drm/msm/hdmi: redefinitions of macros not requiredVinay Simha BN1-7/+0
2017-04-03drm/msm/mdp5: Update SSPP_MAX valueArchit Taneja1-1/+2
2017-04-03drm/msm/dsi: Fix bug in dsi_mgr_phy_enableArchit Taneja1-1/+1
2017-04-03drm/msm: Don't allow zero sized buffer objectsJordan Crouse1-0/+6
2017-04-03drm/msm: Fix wrong pointer check in a5xx_destroyJordan Crouse1-2/+2
2017-04-03drm/msm: adreno: fix build error without debugfsArnd Bergmann1-0/+2
2017-04-02nios2: reserve boot memory for device treeTobias Klauser2-0/+10
2017-04-02net: ethernet: ti: cpsw: wake tx queues on ndo_tx_timeoutGrygorii Strashko1-0/+2
2017-04-02Linux 4.11-rc5Linus Torvalds1-1/+1
2017-04-02make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro1-9/+14
2017-04-02[iov_iter] new privimitive: iov_iter_revert()Al Viro2-1/+68
2017-04-01l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault3-16/+35
2017-04-01l2tp: hold session while sending creation notificationsGuillaume Nault1-2/+4
2017-04-01l2tp: fix duplicate session creationGuillaume Nault3-56/+84
2017-04-01l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault1-4/+11
2017-04-01l2tp: fix race in l2tp_recv_common()Guillaume Nault4-23/+88
2017-04-01sctp: use right in and out stream cntXin Long4-12/+11
2017-04-01bpf: add various verifier test cases for self-testsDaniel Borkmann3-6/+283
2017-04-01bpf, verifier: fix rejection of unaligned access checks for map_value_adjDaniel Borkmann1-20/+38
2017-04-01bpf, verifier: fix alu ops against map_value{, _adj} register typesDaniel Borkmann1-0/+1
2017-04-01r8152: The Microsoft Surface docks also use R8152 v2René Rebe2-0/+18
2017-04-01openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei1-2/+8
2017-04-01net/faraday: Explicitly include linux/of.h and linux/property.hMark Brown1-0/+2
2017-04-01net: hns: Add ACPI support to check SFP presentDaode Huang2-5/+34
2017-04-01tty: pl011: fix earlycon work-around for QDF2400 erratum 44Timur Tabi1-2/+21