summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* | 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-281-3/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-2816-186/+423
|\ \
| * | netfilter: reduce sparse warningsFlorian Westphal2015-08-284-8/+5
| * | Revert "netfilter: xtables: compute exact size needed for jumpstack"Florian Westphal2015-08-283-45/+25
| * | 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-281-0/+2
* | | net: sched: don't break line in tc_classify loop notificationDaniel Borkmann2015-08-281-5/+4
* | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-08-2810-116/+117
|\ \ \
| * | | batman-adv: turn batadv_neigh_node_get() into local functionMarek Lindner2015-08-272-40/+36
| * | | batman-adv: Add lower layer needed_(head|tail)room to own onesSven Eckelmann2015-08-272-2/+41
| * | | batman-adv: don't access unregistered net_device objectAntonio Quartulli2015-08-271-1/+2
| * | | batman-adv: Start new development cycleSimon Wunderlich2015-08-271-1/+1
| * | | batman-adv: fix gateway client style issuesSimon Wunderlich2015-08-271-2/+0
| * | | batman-adv: rearrange batadv_neigh_node_new() arguments to follow conventionMarek Lindner2015-08-273-6/+8
| * | | batman-adv: remove obsolete deleted attribute for gateway nodeSimon Wunderlich2015-08-275-41/+14
| * | | batman-adv: move neigh_node list add into batadv_neigh_node_new()Marek Lindner2015-08-272-20/+13
| * | | batman-adv: remove redundant hard_iface assignmentMarek Lindner2015-08-271-1/+0
| * | | batman-adv: move hardif refcount inc to batadv_neigh_node_new()Marek Lindner2015-08-272-6/+6
* | | | openswitch: fix typo CONFIG_NF_CONNTRACK_LABELValentin Rothberg2015-08-281-1/+1
* | | | net: Add support for VRFs to inetpeer cacheDavid Ahern2015-08-283-4/+9
* | | | net: Add helper function to compare inetpeer addressesDavid Ahern2015-08-282-23/+3
* | | | net: Add set,get helpers for inetpeer addressesDavid Ahern2015-08-281-38/+27
* | | | net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern2015-08-281-6/+6
* | | | IGMP: Inhibit reports for local multicast groupsPhilip Downey2015-08-282-1/+32
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-278-26/+49
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-08-276-25/+46
| |\ \ \ \
| | * | | | sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien2015-08-271-1/+1
| | * | | | sctp: asconf's process should verify address parameter is in the beginninglucien2015-08-271-0/+7
| | * | | | cls_u32: complete the check for non-forced case in u32_destroy()WANG Cong2015-08-251-0/+13
| | * | | | ip6_gre: release cached dst on tunnel removalhuaibin Wang2015-08-251-0/+1
| | * | | | net: Fix RCU splat in af_keyDavid Ahern2015-08-241-23/+23
| | * | | | netlink: mmap: fix tx type checkKen-ichirou MATSUZAWA2015-08-231-1/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-08-221-0/+2
| |\ \ \ \ \
OpenPOWER on IntegriCloud