summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | net_sched: add missing paddattr descriptionEric Dumazet2016-06-081-0/+2
| | * | | ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki2016-06-081-8/+3Star
| | * | | l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault2016-06-081-1/+1
| | * | | net-sysfs: fix missing <linux/of_net.h>Ben Dooks2016-06-081-0/+1
| | * | | bridge: Don't insert unnecessary local fdb entry on changing mac addressToshiaki Makita2016-06-081-0/+2
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-083-6/+8
| | |\ \ \
| | | * | | ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni2016-06-062-4/+6
| | | * | | netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal2016-06-021-2/+2
| | * | | | tcp: record TLP and ER timer stats in v6 statsYuchung Cheng2016-06-081-1/+3
| | * | | | net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann2016-06-083-7/+19
| | * | | | act_police: fix a crash during removalWANG Cong2016-06-081-22/+11Star
| | * | | | fq_codel: return non zero qlen in class dumpsEric Dumazet2016-06-081-1/+1
| | * | | | net: cls_u32: be more strict about skip-sw flagJakub Kicinski2016-06-081-10/+11
| | * | | | net: cls_u32: fix error code for invalid flagsJakub Kicinski2016-06-081-1/+1
| | * | | | rxrpc: fix ptr_ret.cocci warningsWu Fengguang2016-06-081-3/+1Star
| | * | | | RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()Sowmini Varadhan2016-06-085-8/+27
| | * | | | RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...Sowmini Varadhan2016-06-082-0/+2
| | * | | | RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safelySowmini Varadhan2016-06-083-12/+67
| | * | | | fq_codel: fix NET_XMIT_CN behaviorEric Dumazet2016-06-071-6/+18
| | * | | | net_sched: keep backlog updated with qlenWANG Cong2016-06-071-0/+2
| | * | | | soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPFHelge Deller2016-06-071-1/+2
| | * | | | sch_tbf: update backlog as wellWANG Cong2016-06-041-0/+4
| | * | | | sch_red: update backlog as wellWANG Cong2016-06-041-0/+4
| | * | | | sch_drr: update backlog as wellWANG Cong2016-06-041-0/+4
| | * | | | sch_prio: update backlog as wellWANG Cong2016-06-041-0/+4
| | * | | | sch_hfsc: always keep backlog updatedWANG Cong2016-06-041-8/+4Star
| | * | | | rds: fix an infoleak in rds_inc_info_copyKangjie Lu2016-06-031-0/+2
| | * | | | tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu2016-06-031-1/+2
| | * | | | Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet2016-06-032-11/+11
| | |/ / /
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-0211-23/+33
| | |\ \ \
| | | * | | netfilter: nf_ct_helper: bail out on duplicated helpersPablo Neira Ayuso2016-05-311-5/+4Star
| | | * | | netfilter: nf_tables: validate NFTA_SET_TABLE parameterPhil Turnbull2016-05-301-0/+2
| | | * | | netfilter: nf_dup_ipv6: set again FLOWI_FLAG_KNOWN_NH at flowi6_flagsPaolo Abeni2016-05-301-0/+1
| | | * | | netfilter: nf_ct_helper: Fix helper unregister count.Taehee Yoo2016-05-305-0/+5
| | | * | | netfilter: nf_queue: Make the queue_handler pernetEric W. Biederman2016-05-252-15/+20
| | | * | | netfilter: conntrack: remove leftover binary sysctl defineFlorian Westphal2016-05-251-2/+0Star
| | | * | | netfilter: nfnetlink_queue: fix timestamp attributeFlorian Westphal2016-05-121-1/+1
| | * | | | Merge tag 'mac80211-for-davem-2016-06-01' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-06-022-1/+5
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | mac80211: fix fast_tx header alignmentFelix Fietkau2016-05-311-1/+1
| | | * | | mac80211: mesh: flush mesh paths unconditionallyBob Copeland2016-05-311-0/+4
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-06-042-28/+27Star
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | libceph: use %s instead of %pE in dout()sIlya Dryomov2016-05-302-5/+5
| | * | | | libceph: put request only if it's done in handle_reply()Ilya Dryomov2016-05-301-3/+3
| | * | | | libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-301-20/+19Star
* | | | | | net: vrf: Fix crash when IPv6 is disabled at boot timeDavid Ahern2016-06-101-0/+6
* | | | | | rxrpc: Simplify connect() implementation and simplify sendmsg() opDavid Howells2016-06-105-336/+224Star
* | | | | | net/netlink/af_netlink.h: Remove unused structure.Fabien Siron2016-06-101-14/+0Star
* | | | | | net: add netdev_lockdep_set_classes() helperEric Dumazet2016-06-093-34/+3Star
* | | | | | net: sched: fix qdisc->running lockdep annotationsEric Dumazet2016-06-091-2/+2
* | | | | | sit: remove unnecessary protocol check in ipip6_tunnel_xmit()Simon Horman2016-06-091-3/+0Star