Age | Commit message (Expand) | Author | Files | Lines |
2014-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 17 | -40/+133 |
2014-09-23 | ipv4: do not use this_cpu_ptr() in preemptible context | Eric Dumazet | 1 | -3/+3 |
2014-09-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 3 | -13/+45 |
2014-09-22 | net: sched: shrink struct qdisc_skb_cb to 28 bytes | Eric Dumazet | 1 | -4/+14 |
2014-09-20 | openvswitch: restore OVS_FLOW_CMD_NEW notifications | Samuel Gauthier | 1 | -4/+5 |
2014-09-20 | Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 1 | -0/+1 |
2014-09-17 | net: rfkill: gpio: Enable module auto-loading for ACPI based switches | Marcel Holtmann | 1 | -0/+1 |
2014-09-16 | xfrm: Generate queueing routes only from route lookup functions | Steffen Klassert | 1 | -8/+24 |
2014-09-16 | xfrm: Generate blackhole routes only from route lookup functions | Steffen Klassert | 3 | -6/+22 |
2014-09-16 | bridge: Fix br_should_learn to check vlan_enabled | Vlad Yasevich | 1 | -1/+1 |
2014-09-15 | net: fix creation adjacent device symlinks | Alexander Y. Fomichev | 1 | -7/+11 |
2014-09-14 | bridge: Allow clearing of pvid and untagged bitmap | Vlad Yasevich | 1 | -0/+4 |
2014-09-14 | bridge: Check if vlan filtering is enabled only once. | Vlad Yasevich | 2 | -4/+13 |
2014-09-13 | Merge tag 'master-2014-09-11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2 | -1/+7 |
2014-09-13 | ipv6: clean up anycast when an interface is destroyed | Sabrina Dubroca | 2 | -3/+26 |
2014-09-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2 | -121/+143 |
2014-09-10 | libceph: do not hard code max auth ticket len | Ilya Dryomov | 1 | -35/+29 |
2014-09-10 | libceph: add process_one_ticket() helper | Ilya Dryomov | 1 | -104/+124 |
2014-09-10 | libceph: gracefully handle large reply messages from the mon | Sage Weil | 1 | -0/+8 |
2014-09-10 | RxRPC: Fix missing __user annotation | David Howells | 1 | -1/+1 |
2014-09-10 | net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru... | Ani Sinha | 1 | -0/+3 |
2014-09-09 | Merge tag 'mac80211-for-john-2014-09-08' of git://git.kernel.org/pub/scm/linu... | John W. Linville | 2 | -1/+7 |
2014-09-09 | net: fix skb_page_frag_refill() kerneldoc | Eric Dumazet | 1 | -1/+1 |
2014-09-08 | Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 6 | -8/+17 |
2014-09-08 | ipv6: restore the behavior of ipv6_sock_ac_drop() | WANG Cong | 1 | -2/+0 |
2014-09-06 | net: treewide: Fix typo found in DocBook/networking.xml | Masanari Iida | 6 | -8/+8 |
2014-09-06 | netfilter: add explicit Kconfig for NETFILTER_XT_NAT | Pablo Neira Ayuso | 1 | -0/+8 |
2014-09-06 | ipv6: use addrconf_get_prefix_route() to remove peer addr | Nicolas Dichtel | 1 | -3/+2 |
2014-09-06 | ipv6: fix a refcnt leak with peer addr | Nicolas Dichtel | 1 | -5/+2 |
2014-09-06 | net-timestamp: only report sw timestamp if reporting bit is set | Willem de Bruijn | 1 | -2/+1 |
2014-09-06 | l2tp: fix race while getting PMTU on PPP pseudo-wire | Guillaume Nault | 1 | -1/+2 |
2014-09-05 | ipv6: fix rtnl locking in setsockopt for anycast and multicast | Sabrina Dubroca | 3 | -10/+31 |
2014-09-05 | mac80211: use bss_conf->dtim_period instead of conf.ps_dtim_period | Emmanuel Grumbach | 1 | -1/+1 |
2014-09-04 | Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linu... | John W. Linville | 6 | -8/+17 |
2014-09-04 | openvswitch: distinguish between the dropped and consumed skb | Li RongQing | 1 | -2/+5 |
2014-09-03 | nl80211: clear skb cb before passing to netlink | Johannes Berg | 1 | -0/+6 |
2014-09-03 | openvswitch: fix a memory leak | Li RongQing | 1 | -1/+3 |
2014-09-03 | netfilter: fix missing dependencies in NETFILTER_XT_TARGET_LOG | Pablo Neira | 1 | -1/+1 |
2014-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 10 | -68/+102 |
2014-09-02 | Merge tag 'master-2014-08-25' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 7 | -19/+46 |
2014-09-01 | netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_* | Pablo Neira Ayuso | 1 | -1/+3 |
2014-08-30 | net: sctp: fix ABI mismatch through sctp_assoc_to_state helper | Daniel Borkmann | 1 | -1/+1 |
2014-08-30 | net: attempt a single high order allocation | Eric Dumazet | 1 | -14/+16 |
2014-08-28 | ipvs: fix ipv6 hook registration for local replies | Julian Anastasov | 1 | -1/+1 |
2014-08-27 | ipvs: properly declare tunnel encapsulation | Julian Anastasov | 1 | -4/+16 |
2014-08-26 | mac80211: fix agg_status debugfs file alignment | Johannes Berg | 1 | -1/+1 |
2014-08-26 | mac80211: fix start_seq_num in Rx reorder offload | Denton Gentry | 1 | -2/+2 |
2014-08-26 | mac80211: mesh_plink: handle confirm frames with new plid | Bob Copeland | 1 | -1/+6 |
2014-08-26 | mac80211: fix smps mode check for AP_VLAN | Felix Fietkau | 1 | -2/+5 |
2014-08-26 | mac80211: ignore AP_VLAN in ieee80211_recalc_chanctx_chantype | Felix Fietkau | 1 | -0/+2 |