summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * netfilter: ip_vs_sync: fix bogus maybe-uninitialized warningArnd Bergmann2016-10-281-2/+5
| | | * netfilter: conntrack: avoid excess memory allocationFlorian Westphal2016-10-271-2/+1Star
| | | * netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville2016-10-272-2/+2
| | | * netfilter: nf_conntrack_sip: extend request line validationUlrich Weber2016-10-271-1/+4
| | | * netfilter: nf_tables: fix race when create new element in dynsetLiping Zhang2016-10-271-3/+12
| | | * netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang2016-10-275-16/+23
| | | * netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabledLiping Zhang2016-10-271-0/+3
| | * | rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause2016-11-101-0/+1
| | * | vxlan: hide unused local variableArnd Bergmann2016-11-101-1/+3
| | * | ibmvnic: Start completion queue negotiation at server-provided optimum valuesJohn Allen2016-11-101-3/+2Star
| | * | net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern2016-11-101-2/+2
| | * | Merge branch 'qcom-emac-pause'David S. Miller2016-11-101-4/+11
| | |\ \
| | | * | net: qcom/emac: enable flow control if requestedTimur Tabi2016-11-101-4/+5
| | | * | net: qcom/emac: configure the external phy to allow pause framesTimur Tabi2016-11-101-0/+6
| | |/ /
| | * | net: bgmac: fix reversed checks for clock control flagRafał Miłecki2016-11-091-2/+2
| | * | bna: Add synchronization for tx ring.Benjamin Poirier2016-11-091-2/+2
| | * | Revert "net/mlx4_en: Fix panic during reboot"Tariq Toukan2016-11-091-1/+0Star
| | * | net-ipv6: on device mtu change do not add mtu to mtu-less routesMaciej Żenczykowski2016-11-091-0/+1
| | * | sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh2016-11-091-0/+2
| | * | driver: macvlan: Destroy new macvlan port if macvlan_common_newlink failed.Gao Feng2016-11-091-9/+22
| | * | fib_trie: Correct /proc/net/route off by one errorAlexander Duyck2016-11-081-12/+9Star
| | * | Documentation: networking: dsa: Update tagging protocolsFabian Mewes2016-11-081-1/+2
| | * | virtio-net: drop legacy features in virtio 1 modeMichael S. Tsirkin2016-11-081-10/+20
| | * | net: icmp6_send should use dst dev to determine L3 domainDavid Ahern2016-11-081-1/+1
| | * | bpf: fix map not being uncharged during map creation failureDaniel Borkmann2016-11-071-1/+3
| | * | bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann2016-11-071-1/+2
| | * | sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner2016-11-071-2/+5
| | * | Merge branch 'phy-ref-leaks'David S. Miller2016-11-074-5/+18
| | |\ \
| | | * | net: hns: fix device reference leaksJohan Hovold2016-11-071-1/+7
| | | * | net: ethernet: ti: davinci_emac: fix device reference leakJohan Hovold2016-11-071-4/+6
| | | * | net: ethernet: ti: cpsw: fix device and of_node leaksJohan Hovold2016-11-071-0/+3
| | | * | phy: fix device reference leaksJohan Hovold2016-11-071-0/+2
| | |/ /
| | * | Merge branch 'mlx5-fixes'David S. Miller2016-11-045-20/+26
| | |\ \
| | | * | net/mlx5: Fix invalid pointer reference when prof_sel parameter is invalidHuy Nguyen2016-11-041-2/+3
| | | * | net/mlx5: E-Switch, Set the actions for offloaded rules properlyOr Gerlitz2016-11-041-1/+2
| | | * | net/mlx5e: Handle matching on vlan priority for offloaded TC rulesOr Gerlitz2016-11-041-1/+4
| | | * | net/mlx5e: Disallow changing name-space for VF representorsOr Gerlitz2016-11-041-1/+1
| | | * | net/mlx5e: Re-arrange XDP SQ/CQ creationSaeed Mahameed2016-11-041-17/+15Star
| | | * | net/mlx5e: Fix XDP error path of mlx5e_open_channel()Saeed Mahameed2016-11-041-1/+4
| | |/ /
| | * | taskstats: fix the length of cgroupstats_cmd_get_policyWANG Cong2016-11-031-1/+5
| | * | genetlink: fix a memory leak on error pathWANG Cong2016-11-031-1/+3
| | * | ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet2016-11-031-0/+1
| | * | ehea: fix operation state reportGuilherme G. Piccoli2016-11-031-0/+2
| | * | ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet2016-11-031-7/+8
| | * | netlink: netlink_diag_dump() runs without locksEric Dumazet2016-11-031-4/+1Star
| | * | dccp: fix out of bound access in dccp_v4_err()Eric Dumazet2016-11-031-6/+8
| | * | dccp: do not send reset to already closed socketsEric Dumazet2016-11-031-0/+4
| | * | dccp: do not release listeners too soonEric Dumazet2016-11-034-6/+8
| | * | tcp: fix return value for partial writesEric Dumazet2016-11-031-1/+1
| | * | ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2016-11-035-19/+5Star