summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* skbuff: Make __skb_set_sw_hash a general functionTom Herbert2015-09-021-12/+6Star
* net: Make table id type u32David Ahern2015-09-013-7/+7
* tun_dst: Remove opts_sizePravin B Shelar2015-09-011-1/+0Star
* ipv6: send only one NEWLINK when RA causes changesMarius Tomaschewski2015-09-011-3/+10
* ipv6: send NEWLINK on RA managed/otherconf changesMarius Tomaschewski2015-09-011-0/+5
* net: dsa: Allow DSA and CPU ports to have a phy-mode propertyAndrew Lunn2015-08-311-1/+7
* net: dsa: Allow configuration of CPU & DSA port speeds/duplexAndrew Lunn2015-08-311-0/+37
* mpls: fix mpls_net_init memory leakNikolay Aleksandrov2015-08-311-1/+3
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-315-8/+29
* fib, fib6: reject invalid feature bitsDaniel Borkmann2015-08-312-0/+4
* net: fib6: reduce identation in ip6_convert_metricsDaniel Borkmann2015-08-311-16/+16
* net: fib: move metrics parsing to a helperFlorian Westphal2015-08-311-30/+41
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-3112-51/+50Star
* ipv4: fix 32b buildMadalin Bucur2015-08-311-1/+1
* ipv4: Fix 32-bit build.David S. Miller2015-08-311-2/+2
* netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA2015-08-311-12/+16
* net: Optimize snmp stat aggregation by walking all the percpu data at onceRaghavendra K T2015-08-311-10/+16
* net: Introduce helper functions to get the per cpu dataRaghavendra K T2015-08-311-14/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-313-8/+40
|\
| * sctp: Do not try to search for the transport twiceVlad Yasevich2015-08-291-1/+1
| * sctp: ASCONF-ACK with Unresolvable Address should be sentlucien2015-08-291-2/+13
| * netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA2015-08-291-2/+2
| * netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard2015-08-291-3/+24
* | openvswitch: Remove vport-netPravin B Shelar2015-08-303-7/+2Star
* | openvswitch: Remove vport stats.Pravin B Shelar2015-08-305-170/+56Star
* | openvswitch: Remove egress_tun_info.Pravin B Shelar2015-08-308-20/+7Star
* | openvswitch: Remove vport get_name()Pravin B Shelar2015-08-301-5/+1Star
* | openvswitch: retain parsed IPv6 header fields in flow on error skipping exten...Simon Horman2015-08-291-6/+15
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-08-293-9/+24
|\ \
| * | Bluetooth: Fix SCO link type handling on connection completeKuba Pawlak2015-08-281-2/+10
| * | nl802154: stricter input checking for boolean inputsStefan Schmidt2015-08-281-4/+12
| * | Bluetooth: Make the function sco_conn_del have a return type of voidNicholas Krause2015-08-281-3/+2Star
* | | vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc2015-08-291-0/+9
* | | fou: reject IPv6 configJiri Benc2015-08-291-1/+1
* | | ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-295-2/+9
* | | ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-293-3/+3
* | | net: FIB tracepointsDavid Ahern2015-08-293-0/+9
* | | openvswitch: Fix conntrack compilation without mark.Joe Stringer2015-08-291-3/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-2916-186/+423
|\ \ \
| * | | netfilter: reduce sparse warningsFlorian Westphal2015-08-284-8/+5Star
| * | | Revert "netfilter: xtables: compute exact size needed for jumpstack"Florian Westphal2015-08-283-45/+25Star
| * | | Merge tag 'ipvs2-for-v4.3' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2015-08-265-128/+382
| |\ \ \
| | * | | ipvs: add more mcast parameters for the sync daemonJulian Anastasov2015-08-212-24/+164
| | * | | ipvs: add sync_maxlen parameter for the sync daemonJulian Anastasov2015-08-212-94/+96
| | * | | ipvs: call rtnl_lock earlyJulian Anastasov2015-08-212-19/+33
| | * | | ipvs: Add ovf schedulerRaducu Deaconu2015-08-213-0/+98
| * | | | netfilter: ip6t_REJECT: added missing icmpv6 codesAndreas Herz2015-08-261-0/+6
| * | | | netfilter: xt_TEE: use IS_ENABLED(CONFIG_NF_DUP_IPV6)Pablo Neira Ayuso2015-08-211-2/+2
| * | | | netfilter: nf_dup: fix sparse warningsPablo Neira Ayuso2015-08-212-3/+3
| |/ / /
* | | | netpoll: warn on netpoll_send_udp users who haven't disabled irqsNikolay Aleksandrov2015-08-291-0/+2