summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa2014-12-092-26/+2
* openvswitch: set correct protocol on route lookupJiri Benc2014-12-091-1/+1
* net: sched: cls_basic: fix error path in basic_change()Jiri Pirko2014-12-091-3/+2
* net/socket.c : introduce helper function do_sock_sendmsg to replace reduplica...Gu Zheng2014-12-091-12/+10
* tcp_cubic: refine Hystart delay thresholdEric Dumazet2014-12-091-1/+1
* tcp_cubic: add SNMP counters to track how effective is HystartEric Dumazet2014-12-092-9/+26
* net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko2014-12-099-48/+0
* tipc: fix missing spinlock init and nullptr oopsErik Hugne2014-12-091-3/+6
* net: avoid two atomic operations in fast clonesEric Dumazet2014-12-091-17/+18
* rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar2014-12-092-7/+30
* tipc: drop tx side permission checksErik Hugne2014-12-091-37/+1
* ipv6: remove useless spin_lock/spin_unlockDuan Jiong2014-12-091-5/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-12-083-27/+54
|\
| * vti6: Add a lookup method for tunnels with wildcard endpoints.Steffen Klassert2014-11-201-0/+17
| * xfrm: Use __xfrm_policy_link in xfrm_policy_insertHerbert Xu2014-11-131-3/+2
| * xfrm: Do not hash socket policiesHerbert Xu2014-11-131-18/+26
| * xfrm: add XFRMA_REPLAY_VAL attribute to SA messagesdingzhi2014-11-031-4/+8
| * xfrm: fix set but not used warning in xfrm_policy_queue_process()Fabian Frederick2014-10-271-2/+1
* | ethtool: Support for configurable RSS hash functionEyal Perry2014-12-081-32/+37
* | net_sched: cls_cgroup: remove unnecessary ifJiri Pirko2014-12-081-5/+1
* | net_sched: cls_flow: remove duplicate assignmentsJiri Pirko2014-12-081-3/+0
* | net_sched: cls_flow: remove faulty use of list_for_each_entry_rcuJiri Pirko2014-12-081-2/+2
* | net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcuJiri Pirko2014-12-081-2/+2
* | net_sched: cls_bpf: remove unnecessary iteration and use passed argJiri Pirko2014-12-081-12/+5
* | net_sched: cls_basic: remove unnecessary iteration and use passed argJiri Pirko2014-12-081-11/+5
* | tipc: convert name table read-write lock to RCUYing Xue2014-12-083-59/+60
* | tipc: remove unnecessary INIT_LIST_HEADYing Xue2014-12-082-3/+0
* | tipc: simplify relationship between name table lock and node lockYing Xue2014-12-081-9/+10
* | tipc: any name table member must be protected under name table lockYing Xue2014-12-081-1/+2
* | tipc: ensure all name sequences are properly protected with its lockYing Xue2014-12-081-21/+27
* | tipc: ensure all name sequences are released when name table is stoppedYing Xue2014-12-081-4/+3
* | tipc: make name table allocated dynamicallyYing Xue2014-12-083-65/+55
* | tipc: remove size variable from publ_list structYing Xue2014-12-081-12/+7
* | udp: Neaten and reduce size of compute_score functionsJoe Perches2014-12-082-99/+125
* | net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn2014-12-082-4/+39
* | ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn2014-12-081-0/+2
* | net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-052-2/+108
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-12-0521-228/+326
|\ \
| * | netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:n...Jozsef Kadlecsik2014-12-032-0/+4
| * | netfilter: ipset: Allocate the proper size of memory when /0 networks are sup...Jozsef Kadlecsik2014-12-031-2/+1
| * | netfilter: ipset: Simplify cidr handling for hash:*net* typesJozsef Kadlecsik2014-12-031-28/+28
| * | netfilter: ipset: Indicate when /0 networks are supportedJozsef Kadlecsik2014-12-032-1/+2
| * | netfilter: ipset: Alignment problem between 64bit kernel 32bit userspaceJozsef Kadlecsik2014-12-031-3/+70
| * | netfilter: ipset: Support updating extensions when the set is fullJozsef Kadlecsik2014-12-031-23/+17
| * | netfilter: nf_log_ipv6: correct typo in module descriptionSteven Noonan2014-11-281-1/+1
| * | netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso2014-11-2711-98/+60
| * | netfilter: nf_tables_bridge: set the pktinfo for IPv4/IPv6 trafficAlvaro Neira2014-11-271-1/+39
| * | netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functionsAlvaro Neira2014-11-272-47/+53
| * | netfilter: conntrack: avoid zeroing timerFlorian Westphal2014-11-271-7/+4
| * | netfilter: xt_recent: relax ip_pkt_list_tot restrictionsFlorian Westphal2014-11-271-17/+47
OpenPOWER on IntegriCloud