summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | batman-adv: Add kernel-doc to structs in headersSven Eckelmann2017-12-152-3/+24
| * | | | batman-adv: Fix kernel-doc references to struct membersSven Eckelmann2017-12-151-23/+26
| * | | | batman-adv: Use inline kernel-doc for enum/structSven Eckelmann2017-12-156-636/+1444
| * | | | batman-adv: Use parentheses in function kernel-docSven Eckelmann2017-12-1534-619/+633
| * | | | batman-adv: Add missing kernel-doc to packet.hSven Eckelmann2017-12-151-2/+23
| * | | | batman-adv: Remove unused sched.h includeSven Eckelmann2017-12-151-1/+0
| * | | | batman-adv: include kobject.h for kobject_* functionsSven Eckelmann2017-12-151-0/+1
| * | | | batman-adv: Include net.h for net_ratelimited_functionSven Eckelmann2017-12-152-0/+2
| * | | | batman-adv: include build_bug.h for BUILD_BUG_ON defineSven Eckelmann2017-12-153-3/+3
| * | | | batman-adv: include gfp.h for GFP_* definesSven Eckelmann2017-12-1522-20/+22
| * | | | batman-adv: Add license header to KconfigSven Eckelmann2017-12-151-0/+17
| * | | | batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann2017-12-1559-1/+59
| * | | | batman-adv: Deinline batadv_orig_hash_find, save 7339 bytesDenys Vlasenko2017-12-042-35/+34
| * | | | batman-adv: Start new development cycleSimon Wunderlich2017-12-041-1/+1
* | | | | net: tracepoint: using sock_set_state tracepoint to trace SCTP state transitionYafang Shao2017-12-203-9/+9
* | | | | net: tracepoint: using sock_set_state tracepoint to trace DCCP state transitionYafang Shao2017-12-201-1/+1
* | | | | net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao2017-12-205-6/+6
* | | | | net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao2017-12-204-9/+19
* | | | | ip6_gre: fix potential memory leak in ip6erspan_rcvHaishuang Yan2017-12-201-1/+3
* | | | | ip_gre: fix potential memory leak in erspan_rcvHaishuang Yan2017-12-201-1/+3
* | | | | ip6_gre: fix error path when ip6erspan_rcv failedHaishuang Yan2017-12-201-1/+2
* | | | | ip_gre: fix error path when erspan_rcv failedHaishuang Yan2017-12-201-0/+2
* | | | | ip6_gre: fix a pontential issue in ip6erspan_rcvHaishuang Yan2017-12-201-3/+2
* | | | | bridge: Use helpers to handle MAC addressAndy Shevchenko2017-12-201-10/+3
* | | | | ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev2017-12-201-0/+20
* | | | | net_sched: properly check for empty skb array on error pathCong Wang2017-12-191-1/+7
* | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-12-193-218/+85
|\ \ \ \ \
| * | | | | Bluetooth: introduce DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2017-12-131-166/+18
| * | | | | Bluetooth: Add support to advertise when connectedƁukasz Rymanowski2017-12-131-9/+46
| * | | | | Bluetooth: Remove redundant disable_advertising()Jaganath Kanakkassery2017-12-131-8/+1
| * | | | | Bluetooth: Utilize %*ph specifierAndy Shevchenko2017-12-131-14/+3
| * | | | | Bluetooth: Use common error handling code in bt_init()Markus Elfring2017-12-131-21/+17
* | | | | | net: Disable GRO_HW when generic XDP is installed on a device.Michael Chan2017-12-191-0/+18
* | | | | | net: Introduce NETIF_F_GRO_HW.Michael Chan2017-12-192-0/+13
* | | | | | sock: Move the socket inuse to namespace.Tonghao Zhang2017-12-192-21/+47
* | | | | | sock: Change the netns_core member name.Tonghao Zhang2017-12-191-5/+5
* | | | | | net: erspan: reload pointer after pskb_may_pullWilliam Tu2017-12-182-2/+6
* | | | | | net: erspan: fix wrong return valueWilliam Tu2017-12-182-2/+2
* | | | | | net/ncsi: Don't take any action on HNCDSC AENSamuel Mendoza-Jonas2017-12-181-32/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-1653-143/+357
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-165-15/+24
| |\ \ \ \ \
| | * | | | | SUNRPC: Fix a race in the receive code pathTrond Myklebust2017-12-151-9/+19
| | * | | | | xprtrdma: Spread reply processing over more CPUsChuck Lever2017-12-154-6/+5
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-1545-128/+329
| |\ \ \ \ \ \
| | * | | | | | net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko2017-12-151-4/+5
| | * | | | | | net: sched: fix clsact init error pathJiri Pirko2017-12-152-7/+3
| | * | | | | | ip_gre: fix wrong return value of erspan_rcvHaishuang Yan2017-12-151-1/+1
| | * | | | | | net: sched: Move to new offload indication in REDYuval Mintz2017-12-151-16/+15
| | * | | | | | net: sched: Add TCA_HW_OFFLOADYuval Mintz2017-12-151-0/+2
| | * | | | | | sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn2017-12-151-1/+5
OpenPOWER on IntegriCloud