summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix stale links after re-enabling bearerParthasarathy Bhuvaragan2016-04-241-2/+1
* tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau2016-04-241-0/+2
* tcp: Carry txstamp_ack in tcp_fragment_tstampMartin KaFai Lau2016-04-241-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-2411-814/+578
|\
| * netfilter: conntrack: don't acquire lock during seq_printfFlorian Westphal2016-04-192-14/+2
| * netfilter: ctnetlink: restore inlining for netlink message size calculationPablo Neira Ayuso2016-04-181-5/+5
| * netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal2016-04-184-6/+9
| * netfilter: labels: don't emit ct event if labels were not changedFlorian Westphal2016-04-181-6/+10
| * netfilter: connlabels: move helpers to xt_connlabelFlorian Westphal2016-04-182-19/+12
| * netfilter: ctnetlink: remove unnecessary inliningPablo Neira Ayuso2016-04-141-69/+48
| * netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-04-144-130/+89
| * netfilter: x_tables: remove obsolete checkFlorian Westphal2016-04-143-22/+0
| * netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal2016-04-143-6/+0
| * netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-04-144-342/+83
| * netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-144-50/+25
| * netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-46/+36
| * netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-35/+24
| * netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-35/+24
| * netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal2016-04-141-5/+76
| * netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-04-144-8/+24
| * netfilter: x_tables: check standard target size tooFlorian Westphal2016-04-141-0/+15
| * netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-04-144-3/+28
| * netfilter: x_tables: assert minimum target sizeFlorian Westphal2016-04-141-0/+3
| * netfilter: x_tables: kill check_entry helperFlorian Westphal2016-04-143-35/+24
| * netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-144-32/+37
| * netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-04-143-0/+48
| * netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-04-143-3/+13
* | xfrm: align nlattr properly when neededNicolas Dichtel2016-04-231-4/+6
* | libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-233-12/+16
* | libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-2311-34/+60
* | libnl: nla_put_le64(): align on a 64-bit areaNicolas Dichtel2016-04-231-5/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-2331-136/+306
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-2129-133/+298
| |\ \
| | * | openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman2016-04-211-2/+2
| | * | tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau2016-04-212-2/+3
| | * | tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau2016-04-211-0/+16
| | * | tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau2016-04-211-1/+2
| | * | openvswitch: Orphan skbs before IPv6 defragJoe Stringer2016-04-211-0/+1
| | * | VSOCK: Only check error on skb_recv_datagram when skb is NULLJorgen Hansen2016-04-191-5/+2
| | * | RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com2016-04-161-2/+2
| | * | RDS: fix endianness for dp_ack_seqQing Huang2016-04-161-1/+1
| | * | vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann2016-04-151-2/+5
| | * | soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek2016-04-141-2/+7
| | * | ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau2016-04-142-0/+21
| | * | ipv6: datagram: Update dst cache of a connected datagram sk during pmtu updateMartin KaFai Lau2016-04-142-9/+23
| | * | ipv6: datagram: Refactor dst lookup and update codes to a new functionMartin KaFai Lau2016-04-141-46/+57
| | * | ipv6: datagram: Refactor flowi6 init codes to a new functionMartin KaFai Lau2016-04-141-20/+30
| | * | Merge tag 'mac80211-for-davem-2016-04-14' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-04-141-1/+1
| | |\ \
| | | * | nl80211: check netlink protocol in socket release notificationDmitry Ivanov2016-04-121-1/+1
| | * | | net: sched: do not requeue a NULL skbLars Persson2016-04-141-1/+4
OpenPOWER on IntegriCloud