summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net: Cleanup encap items in ip_tunnels.hTom Herbert2016-05-212-45/+4Star
| * | | | ipv6: Change "final" protocol processing for encapsulationTom Herbert2016-05-211-1/+14
| * | | | ipv6: Fix nexthdr for reinjectionTom Herbert2016-05-211-3/+15
| * | | | net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-216-18/+15Star
| * | | | gso: Remove arbitrary checks for unsupported GSOTom Herbert2016-05-217-102/+1Star
| * | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-05-196-25/+93
| |\ \ \ \
| | * | | | batman-adv: initialize ELP orig address on secondary interfacesMarek Lindner2016-05-183-9/+34
| | * | | | batman-adv: Avoid duplicate neigh_node additionsLinus Lüssing2016-05-181-2/+4
| | * | | | batman-adv: Fix integer overflow in batadv_iv_ogm_calc_tqSven Eckelmann2016-05-181-2/+3
| | * | | | batman-adv: make sure ELP/OGM orig MAC is updated on address changeAntonio Quartulli2016-05-181-4/+22
| | * | | | batman-adv: Fix unexpected free of bcast_own on add_if errorSven Eckelmann2016-05-181-3/+1Star
| | * | | | batman-adv: Fix refcnt leak in batadv_v_neigh_*Sven Eckelmann2016-05-181-7/+25
| | * | | | batman-adv: Avoid nullptr derefence in batadv_v_neigh_is_sobSven Eckelmann2016-05-181-0/+4
| | * | | | batman-adv: fix skb deref after freeFlorian Westphal2016-05-181-1/+3
| * | | | | tipc: block BH in TCP callbacksEric Dumazet2016-05-191-4/+4
| * | | | | rds: tcp: block BH in TCP callbacksEric Dumazet2016-05-194-8/+8
| * | | | | kcm: fix a signedness in kcm_splice_read()WANG Cong2016-05-191-1/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-203-3/+3
|\ \ \ \ \ \
| * | | | | | IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-132-2/+2
| * | | | | | IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-133-3/+3
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-202-4/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-201-1/+1
| * | | | | | fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani2016-05-201-3/+5
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-193-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-05-061-1/+1
| |\ \ \ \ \ \
| | * | | | | | netlabel: fix a problem with netlbl_secattr_catmap_setrng()Janak Desai2016-04-051-1/+1
| * | | | | | | KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-112-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | treewide: Fix typos in printkMasanari Iida2016-04-181-1/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-18365-7855/+13259
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge tag 'net-next-qcom-soc-4.7-2-merge' of git://github.com/andersson/kernelDavid S. Miller2016-05-171-3/+6
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'qcom-soc-for-4.7-2' into net-nextBjorn Andersson2016-05-131-3/+6
| | |\ \ \ \ \ \ \
| * | | | | | | | | switchdev: pass pointer to fib_info instead of copyJiri Pirko2016-05-171-4/+2Star
| * | | | | | | | | net_sched: close another race condition in tcf_mirred_release()WANG Cong2016-05-171-2/+3
| * | | | | | | | | tipc: fix nametable publication field in nl compatRichard Alpe2016-05-171-1/+1
| * | | | | | | | | netlink: Fix dump skb leak/double freeHerbert Xu2016-05-171-2/+5
| * | | | | | | | | tipc: check nl sock before parsing nested attributesRichard Alpe2016-05-171-0/+3
| * | | | | | | | | fq_codel: fix memory limitation driftEric Dumazet2016-05-171-1/+2
| * | | | | | | | | net: also make sch_handle_egress() drop monitor readyDaniel Borkmann2016-05-161-3/+3
| * | | | | | | | | net/hsr: Use setup_timer and mod_timer.Muhammad Falak R Wani2016-05-161-8/+3Star
| * | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-05-161-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Bluetooth: fix power_on vs close raceJiri Slaby2016-05-131-2/+2
| | |/ / / / / / / /
| * | | | | | | | | bpf: add generic constant blinding for use in jitsDaniel Borkmann2016-05-162-2/+14
| * | | | | | | | | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-161-1/+5
| * | | | | | | | | bpf: split HAVE_BPF_JIT into cBPF and eBPF variantDaniel Borkmann2016-05-161-3/+11
| * | | | | | | | | bpf: minor cleanups in ebpf codeDaniel Borkmann2016-05-161-19/+15Star
| * | | | | | | | | tcp: minor optimizations around tcp_hdr() usageEric Dumazet2016-05-163-22/+20Star
| * | | | | | | | | sock: propagate __sock_cmsg_send() errorEric Dumazet2016-05-162-4/+6
| * | | | | | | | | net: qrtr: fix build problemsArnd Bergmann2016-05-162-2/+4
| * | | | | | | | | net/sched: cls_flower: Hardware offloaded filters statistics supportAmir Vadai2016-05-161-0/+21