| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2015-06-23 | 14 | -266/+102 |
|\ |
|
| * | IB/core: Change ib_create_cq to use struct ib_cq_init_attr | Matan Barak | 2015-06-12 | 5 | -13/+23 |
| * | Merge branch 'for-4.2-misc' into k.o/for-4.2 | Doug Ledford | 2015-06-02 | 3 | -13/+24 |
| |\ |
|
| | * | rds: re-entry of rds_ib_xmit/rds_iw_xmit | Wengang Wang | 2015-06-02 | 3 | -13/+24 |
| | | | |
| | \ | |
| *-. \ | Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in... | Doug Ledford | 2015-05-20 | 11 | -240/+55 |
| |\ \ \
| | |_|/
| |/| | |
|
| | | * | IB/core: Change rdma_protocol_iboe to roce | Ira Weiny | 2015-05-20 | 1 | -1/+1 |
| | | * | IB/Verbs: Use management helper rdma_cap_read_multi_sge() | Michael Wang | 2015-05-18 | 1 | -2/+2 |
| | | * | IB/Verbs: Reform IB-ulp xprtrdma | Michael Wang | 2015-05-18 | 2 | -29/+20 |
| | |/
| |/| |
|
| | * | RDS: Switch to generic logging helpers | Sagi Grimberg | 2015-05-18 | 7 | -113/+10 |
| | * | xprtrdma, svcrdma: Switch to generic logging helpers | Sagi Grimberg | 2015-05-18 | 3 | -98/+25 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-06-23 | 1 | -1/+1 |
|\ \ |
|
| * | | netfilter: ebtables: fix comment grammar | Geert Uytterhoeven | 2015-05-26 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2015-06-22 | 9 | -239/+356 |
|\ \ \ |
|
| * \ \ | Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git... | Herbert Xu | 2015-06-19 | 44 | -831/+1458 |
| |\ \ \ |
|
| * | | | | xfrm: Define ChaCha20-Poly1305 AEAD XFRM algo for IPsec users | Martin Willi | 2015-06-04 | 1 | -0/+12 |
| * | | | | mac80211: Switch to new AEAD interface | Herbert Xu | 2015-05-28 | 3 | -39/+33 |
| * | | | | mac802154: Switch to new AEAD interface | Herbert Xu | 2015-05-28 | 1 | -27/+14 |
| * | | | | esp6: Switch to new AEAD interface | Herbert Xu | 2015-05-28 | 1 | -78/+122 |
| * | | | | esp4: Switch to new AEAD interface | Herbert Xu | 2015-05-28 | 1 | -78/+122 |
| * | | | | ipsec: Add IV generator information to xfrm_state | Herbert Xu | 2015-05-28 | 2 | -9/+32 |
| * | | | | xfrm: Add IV generator information to xfrm_algo_desc | Herbert Xu | 2015-05-28 | 1 | -0/+16 |
| * | | | | mac802154: Include crypto/aead.h | Herbert Xu | 2015-04-23 | 1 | -1/+2 |
| * | | | | mac80211: Include crypto/aead.h | Herbert Xu | 2015-04-23 | 3 | -5/+3 |
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-06-22 | 2 | -6/+1 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'linus' into timers/core | Thomas Gleixner | 2015-05-19 | 89 | -1052/+2259 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| * | | | | | net: core: pktgen: Remove bogus hrtimer_active() check | Thomas Gleixner | 2015-04-22 | 1 | -2/+0 |
| * | | | | | net: sched: Use hrtimer_resolution instead of hrtimer_get_res() | Thomas Gleixner | 2015-04-22 | 1 | -4/+1 |
* | | | | | | sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHO | Marcelo Ricardo Leitner | 2015-06-12 | 1 | -1/+10 |
* | | | | | | net: don't wait for order-3 page allocation | Shaohua Li | 2015-06-11 | 2 | -2/+2 |
* | | | | | | mpls: handle device renames for per-device sysctls | Robert Shearman | 2015-06-11 | 1 | -0/+11 |
* | | | | | | net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d... | Mel Gorman | 2015-06-10 | 1 | -8/+5 |
* | | | | | | bridge: fix multicast router rlist endless loop | Nikolay Aleksandrov | 2015-06-10 | 1 | -4/+3 |
* | | | | | | tipc: disconnect socket directly after probe failure | Erik Hugne | 2015-06-10 | 1 | -5/+11 |
* | | | | | | Revert "ipv6: Fix protocol resubmission" | David S. Miller | 2015-06-10 | 1 | -5/+3 |
* | | | | | | cfg80211: wext: clear sinfo struct before calling driver | Johannes Berg | 2015-06-09 | 1 | -0/+2 |
* | | | | | | net: replace last open coded skb_orphan_frags with function call | Willem de Bruijn | 2015-06-08 | 1 | -9/+2 |
* | | | | | | ipv6: Fix protocol resubmission | Josh Hunt | 2015-06-08 | 1 | -3/+5 |
* | | | | | | ipv6: fix possible use after free of dev stats | Robert Shearman | 2015-06-08 | 1 | -2/+9 |
* | | | | | | bridge: disable softirqs around br_fdb_update to avoid lockup | Nikolay Aleksandrov | 2015-06-07 | 1 | -0/+2 |
* | | | | | | Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup" | David S. Miller | 2015-06-07 | 1 | -2/+2 |
* | | | | | | mpls: fix possible use after free of device | Robert Shearman | 2015-06-07 | 2 | -1/+2 |
* | | | | | | bridge: use _bh spinlock variant for br_fdb_update to avoid lockup | Wilson Kok | 2015-06-07 | 1 | -2/+2 |
* | | | | | | ipv4/udp: Verify multicast group is ours in upd_v4_early_demux() | Shawn Bohrer | 2015-06-04 | 1 | -3/+15 |
* | | | | | | openvswitch: disable LRO | Jiri Benc | 2015-06-03 | 1 | -0/+1 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2015-06-01 | 1 | -4/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | Revert "netfilter: ensure number of counters is >0 in do_replace()" | Bernhard Thaler | 2015-06-01 | 1 | -4/+0 |
* | | | | | | | vti6: Add pmtu handling to vti6_xmit. | Steffen Klassert | 2015-06-01 | 1 | -0/+14 |
* | | | | | | | Revert "net: core: 'ethtool' issue with querying phy settings" | David S. Miller | 2015-06-01 | 1 | -9/+1 |
* | | | | | | | net: dsa: Properly propagate errors from dsa_switch_setup_one | Florian Fainelli | 2015-05-31 | 1 | -2/+2 |
* | | | | | | | tcp: fix child sockets to use system default congestion control if not set | Neal Cardwell | 2015-05-31 | 2 | -2/+8 |