summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tipc: remove joining group member from congested listJon Maloy2017-12-201-4/+2
| * | | | cls_bpf: fix offload assumptions after callback conversionJakub Kicinski2017-12-201-55/+38
| * | | | net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman2017-12-201-1/+1
| * | | | ipv4: fib: Fix metrics match when deleting a routePhil Sutter2017-12-191-2/+6
| * | | | tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy2017-12-191-2/+1
| * | | | ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long2017-12-191-2/+7
| * | | | ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
| * | | | ip_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
| * | | | Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-12-194-23/+100
| |\ \ \ \
| | * | | | cfg80211: ship certificates as hex filesJohannes Berg2017-12-193-20/+95
| | * | | | cfg80211: always rewrite generated files from scratchThierry Reding2017-12-191-2/+2
| | * | | | nl80211: fix nl80211_send_iface() error pathsJohannes Berg2017-12-111-2/+4
| * | | | | net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov2017-12-181-5/+6
| * | | | | sctp: add SCTP_CID_RECONF conversion in sctp_cnameXin Long2017-12-181-0/+3
| * | | | | sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long2017-12-181-16/+8
| * | | | | tipc: remove leaving group member from all listsJon Maloy2017-12-181-2/+4
| * | | | | tipc: fix lost member events bugJon Maloy2017-12-181-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-181-1/+1
| |\ \ \ \ \
| | * | | | | xdp: linearize skb in netif_receive_generic_xdp()Song Liu2017-12-151-1/+1
| * | | | | | ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath2017-12-171-0/+1
* | | | | | | flow_dissector: Parse batman-adv unicast headersSven Eckelmann2017-12-211-0/+57
* | | | | | | batman-adv: Convert packet.h to uapi headerSven Eckelmann2017-12-2125-670/+24
* | | | | | | batman-adv: Remove kernel fixed width types in packet.hSven Eckelmann2017-12-211-107/+107
* | | | | | | batman-adv: Remove usage of BIT(x) in packet.hSven Eckelmann2017-12-211-12/+11
* | | | | | | batman-adv: Let packet.h include its headers directlySven Eckelmann2017-12-212-2/+2
* | | | | | | net: sch: sch_drr: add extack supportAlexander Aring2017-12-211-5/+14
* | | | | | | net: sch: sch_cbs: add extack supportAlexander Aring2017-12-211-7/+16
* | | | | | | net: sch: sch_cbq: add extack supportAlexander Aring2017-12-211-12/+34
* | | | | | | net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-2116-38/+52
* | | | | | | net: sch: api: add extack support in qdisc_allocAlexander Aring2017-12-212-3/+5
* | | | | | | net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-2114-23/+32
* | | | | | | net: sch: api: add extack support in qdisc_get_rtabAlexander Aring2017-12-215-11/+21
* | | | | | | net: sched: sch: add extack for graft callbackAlexander Aring2017-12-2116-16/+21
* | | | | | | net: sched: sch: add extack for block callbackAlexander Aring2017-12-2115-17/+31
* | | | | | | net: sched: sch: add extack to change classAlexander Aring2017-12-2110-10/+16
* | | | | | | net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-2118-39/+50
* | | | | | | net: sched: sch: add extack for init callbackAlexander Aring2017-12-2130-36/+72
* | | | | | | net: sched: sch_api: handle generic qdisc errorsAlexander Aring2017-12-211-43/+105
* | | | | | | net: sched: fix coding style issuesAlexander Aring2017-12-216-13/+14
* | | | | | | Merge tag 'batadv-next-for-davem-20171220' of git://git.open-mesh.org/linux-m...David S. Miller2017-12-2060-1343/+2833
|\ \ \ \ \ \ \
| * | | | | | | batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann2017-12-1516-3/+381
| * | | | | | | batman-adv: Add kernel-doc to functions in headersSven Eckelmann2017-12-156-19/+131
| * | | | | | | batman-adv: Add kernel-doc to enums in headersSven Eckelmann2017-12-152-0/+55
| * | | | | | | 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