Age | Commit message (Expand) | Author | Files | Lines |
2017-06-07 | xfrm: extend MIGRATE with UDP encapsulation port | Antony Antony | 4 | -15/+30 |
2017-05-22 | ipv6: remove unused variables in esp6 | Stephen Hemminger | 1 | -5/+0 |
2017-05-19 | ah: use crypto_memneq to check the ICV | Sabrina Dubroca | 2 | -4/+6 |
2017-05-19 | xfrm: Make function xfrm_dev_register static | Wei Yongjun | 1 | -1/+1 |
2017-05-16 | xfrm: use memdup_user | Geliang Tang | 1 | -8/+3 |
2017-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 11 | -101/+147 |
2017-05-15 | ipv6: avoid dad-failures for addresses with NODAD | Mahesh Bandewar | 1 | -1/+4 |
2017-05-15 | net/packet: fix missing net_device reference release | Douglas Caetano dos Santos | 1 | -7/+7 |
2017-05-12 | sctp: fix src address selection if using secondary addresses for ipv6 | Xin Long | 1 | -17/+29 |
2017-05-12 | tipc: make macro tipc_wait_for_cond() smp safe | Jon Paul Maloy | 1 | -19/+19 |
2017-05-12 | net: sched: optimize class dumps | Eric Dumazet | 1 | -0/+6 |
2017-05-12 | tcp: avoid fragmenting peculiar skbs in SACK | Yuchung Cheng | 1 | -4/+5 |
2017-05-12 | netem: fix skb_orphan_partial() | Eric Dumazet | 1 | -12/+8 |
2017-05-12 | xdp: refine xdp api with regards to generic xdp | Daniel Borkmann | 2 | -41/+54 |
2017-05-12 | xdp: add flag to enforce driver mode | Daniel Borkmann | 2 | -0/+7 |
2017-05-11 | ipv6/dccp: do not inherit ipv6_mc_list from parent | WANG Cong | 2 | -0/+8 |
2017-05-10 | Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 10 | -787/+1197 |
2017-05-10 | Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 8 | -135/+295 |
2017-05-10 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -3/+3 |
2017-05-10 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 9 | -13/+13 |
2017-05-10 | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 6 | -34/+198 |
2017-05-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 17 | -66/+131 |
2017-05-09 | dccp/tcp: do not inherit mc_list from parent | Eric Dumazet | 1 | -0/+2 |
2017-05-09 | DECnet: Use container_of() for embedded struct | Kees Cook | 1 | -6/+6 |
2017-05-09 | Revert "ipv4: restore rt->fi for reference counting" | David S. Miller | 1 | -17/+1 |
2017-05-09 | treewide: convert PF_MEMALLOC manipulations to new helpers | Vlastimil Babka | 2 | -6/+8 |
2017-05-09 | fs: ceph: CURRENT_TIME with ktime_get_real_ts() | Deepa Dinamani | 2 | -4/+6 |
2017-05-09 | format-security: move static strings to const | Kees Cook | 1 | -1/+2 |
2017-05-09 | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 2 | -3/+2 |
2017-05-09 | net: use kvmalloc with __GFP_REPEAT rather than open coded variant | Michal Hocko | 2 | -26/+10 |
2017-05-09 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 10 | -92/+26 |
2017-05-09 | net/ipv6/ila/ila_xlat.c: simplify a strange allocation pattern | Michal Hocko | 1 | -7/+1 |
2017-05-09 | ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf | WANG Cong | 2 | -2/+12 |
2017-05-08 | Merge tag 'mac80211-for-davem-2017-05-08' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 3 | -2/+8 |
2017-05-08 | vti: check nla_put_* return value | Hangbin Liu | 1 | -6/+7 |
2017-05-08 | vlan: Keep NETIF_F_HW_CSUM similar to other software devices | Vlad Yasevich | 1 | -3/+10 |
2017-05-08 | tcp: make congestion control optionally skip slow start after idle | Wei Wang | 1 | -1/+3 |
2017-05-08 | ipv4: restore rt->fi for reference counting | WANG Cong | 1 | -1/+17 |
2017-05-08 | mac80211: fix IBSS presp allocation size | Johannes Berg | 1 | -0/+2 |
2017-05-08 | nl80211: correctly validate MU-MIMO groups | Johannes Berg | 1 | -2/+2 |
2017-05-08 | mac80211: bail out from prep_connection() if a reconfig is ongoing | Luca Coelho | 1 | -0/+4 |
2017-05-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+0 |
2017-05-05 | tcp: randomize timestamps on syncookies | Eric Dumazet | 6 | -46/+79 |
2017-05-05 | bridge: netlink: account for IFLA_BRPORT_{B, M}CAST_FLOOD size and policy | Tobias Klauser | 1 | -0/+4 |
2017-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 20 | -76/+191 |
2017-05-04 | Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -0/+558 |
2017-05-04 | ipv6: initialize route null entry in addrconf_init() | WANG Cong | 2 | -11/+17 |
2017-05-04 | rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string | Michal Schmidt | 1 | -1/+1 |
2017-05-04 | ipv4, ipv6: ensure raw socket message is big enough to hold an IP header | Alexander Potapenko | 2 | -0/+5 |
2017-05-04 | net/sched: remove redundant null check on head | Colin Ian King | 1 | -2/+1 |