summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* dccp: rename DCCP_INC_STATS_BH()Eric Dumazet2016-04-287-16/+16
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-284-44/+43Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-276-84/+112
|\
| * net: ipv6: Delete host routes on an ifdownDavid Ahern2016-04-261-33/+15Star
| * Revert "ipv6: Revert optional address flusing on ifdown."David S. Miller2016-04-261-12/+150
| * ipv6: Revert optional address flusing on ifdown.David S. Miller2016-04-251-150/+12Star
| * ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni2016-04-251-1/+5
| * bridge: mdb: Marking port-group as offloadedElad Raz2016-04-243-32/+71
| * bridge: mdb: Common function for mdb entry translationElad Raz2016-04-241-18/+15Star
| * switchdev: Adding complete operation to deferred switchdev opsElad Raz2016-04-241-0/+6
* | net: ipv6: Use passed in table for nexthop lookupsDavid Ahern2016-04-271-2/+38
* | net: remove NETDEV_TX_LOCKED supportFlorian Westphal2016-04-263-34/+2Star
* | sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_poli...Xin Long2016-04-261-1/+5
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-04-2610-147/+142Star
|\ \
| * | Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination addressGlenn Ruben Bakke2016-04-261-7/+4Star
| * | 6lowpan: move mac802154 headerAlexander Aring2016-04-131-3/+0Star
| * | 6lowpan: add lowpan_is_ll functionAlexander Aring2016-04-131-0/+9
| * | 6lowpan: move eui64 uncompress functionAlexander Aring2016-04-131-16/+0Star
| * | 6lowpan: iphc: remove unnecessary zero dataAlexander Aring2016-04-131-1/+1
| * | 6lowpan: iphc: rename add lowpan prefixAlexander Aring2016-04-131-25/+31
| * | 6lowpan: move lowpan_802154_dev to 6lowpanAlexander Aring2016-04-131-12/+0Star
| * | 6lowpan: change naming for lowpan private dataAlexander Aring2016-04-138-87/+91
| * | ieee802154: 6lowpan: fix short addr hashAlexander Aring2016-04-131-1/+1
| * | nl802154: avoid address change while running lowpanAlexander Aring2016-04-131-0/+10
* | | sched: align nlattr properly when neededNicolas Dichtel2016-04-2616-33/+48
* | | neigh: align nlattr properly when neededNicolas Dichtel2016-04-261-1/+2
* | | rtnl: align nlattr properly when neededNicolas Dichtel2016-04-261-2/+2
* | | ovs: align nlattr properly when neededNicolas Dichtel2016-04-261-12/+15
* | | sock_diag: align nlattr properly when neededNicolas Dichtel2016-04-263-6/+10
* | | ila: add checksum neutral ILA translationsTom Herbert2016-04-264-15/+105
* | | ila: xlat changesTom Herbert2016-04-261-69/+34Star
* | | ila: Add struct definitions and helpersTom Herbert2016-04-264-82/+161
* | | RDS: TCP: Call pskb_extract() helper functionSowmini Varadhan2016-04-251-11/+3Star
* | | skbuff: Add pskb_extract() helper functionSowmini Varadhan2016-04-251-0/+242
* | | codel: split into multiple filesMichal Kazior2016-04-252-0/+4
* | | codel: generalize the implementationMichal Kazior2016-04-252-7/+32
* | | net: better drop monitoring in ip{6}_recv_error()Eric Dumazet2016-04-252-10/+10
* | | tcp: SYN packets are now simply consumedEric Dumazet2016-04-251-18/+1Star
* | | wireless: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-36/+55
* | | netfilter/ipvs: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-12/+24
* | | ieee802154: use nla_put_u64_64bit()Nicolas Dichtel2016-04-252-7/+13
* | | l2tp: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-32/+48
* | | bridge: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-26/+36
* | | ovs: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-1/+2
* | | ipv6: use nla_put_u64_64bit()Nicolas Dichtel2016-04-252-7/+11
* | | sched: use nla_put_u64_64bit()Nicolas Dichtel2016-04-253-5/+10
* | | rtnl: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-18/+18
* | | soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek2016-04-251-1/+5
* | | tcp-tso: do not split TSO packets at retransmit timeEric Dumazet2016-04-243-38/+32Star
* | | tipc: fix stale links after re-enabling bearerParthasarathy Bhuvaragan2016-04-241-2/+1Star