]> Pileus Git - ~andy/linux/history - net
Merge branch 'tipc'
[~andy/linux] / net /
2014-01-07 David S. MillerMerge branch 'tipc'
2014-01-07 Jon Paul Maloytipc: make link start event synchronous
2014-01-07 Ying Xuetipc: introduce new spinlock to protect struct link_req
2014-01-07 Jon Paul Maloytipc: remove 'has_redundant_link' flag from STATE link...
2014-01-07 Jon Paul Maloytipc: rename functions related to link failover and...
2014-01-07 Daniel Borkmannnet: xfrm: xfrm_policy: fix inline not at beginning...
2014-01-07 Jerry Chunet-gre-gro: Add GRE support to the GRO stack
2014-01-07 Benjamin Poiriernet: Do not enable tx-nocache-copy by default
2014-01-07 Jiri Pirkoipv4: loopback device: ignore value changes after devic...
2014-01-07 FX Le BailIPv6: add the option to use anycast addresses as source...
2014-01-07 Eric Dumazetgre_offload: statically build GRE offloading support
2014-01-07 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2014-01-06 Stephen Hemmingerovs: make functions local
2014-01-06 Thomas Grafopenvswitch: Compute checksum in skb_gso_segment()...
2014-01-06 Thomas Grafopenvswitch: Use skb_zerocopy() for upcall
2014-01-06 Thomas Grafopenvswitch: Pass datapath into userspace queue functions
2014-01-06 Thomas Grafopenvswitch: Drop user features if old user space attem...
2014-01-06 Thomas Grafopenvswitch: Allow user space to announce ability to...
2014-01-06 Thomas Grafnet: Export skb_zerocopy() to zerocopy from one skb...
2014-01-06 Wei Yongjunopenvswitch: remove duplicated include from flow_table.c
2014-01-06 Daniel Borkmannnet: ovs: use kfree_rcu instead of rcu_free_{sw_flow_ma...
2014-01-06 Pravin B Shelaropenvswitch: Per cpu flow stats.
2014-01-06 Thomas Grafopenvswitch: Enable memory mapped Netlink i/o
2014-01-06 Thomas Grafnetlink: Avoid netlink mmap alloc if msg size exceeds...
2014-01-06 Thomas Grafgenl: Add genlmsg_new_unicast() for unicast message...
2014-01-06 Jesse Grossopenvswitch: Silence RCU lockdep checks from flow lookup.
2014-01-06 Andy Zhouopenvswitch: Change ovs_flow_tbl_lookup_xx() APIs
2014-01-06 Ben Pfaffopenvswitch: Shrink sw_flow_mask by 8 bytes (64-bit...
2014-01-06 Ben Pfaffopenvswitch: Correct comment.
2014-01-06 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2014-01-06 Jamal Hadi Salimnet_sched: act: action flushing missaccounting
2014-01-06 Jamal Hadi Salimnet_sched: Remove unnecessary checks for act->ops
2014-01-06 sfeldma@cumulusnet... bridge: use DEVICE_ATTR_xx macros
2014-01-06 Curt Brunebridge: use spin_lock_bh() in br_multicast_set_hash_max
2014-01-06 Eric Dumazettcp: out_of_order_queue do not use its lock
2014-01-06 Hannes Frederic... ipv6: don't install anycast address for /128 addresses...
2014-01-06 Vijay Subramaniannet: pkt_sched: PIE AQM scheme
2014-01-06 David S. Millernetfilter: Fix build failure in nfnetlink_queue_core.c.
2014-01-06 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2014-01-06 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2014-01-06 Daniel Borkmannnet: netdev_kobject_init: annotate with __init
2014-01-06 Daniel Borkmannnet: 6lowpan: fix lowpan_header_create non-compression...
2014-01-06 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2014-01-05 stephen hemmingertipc: remove unused code
2014-01-05 stephen hemmingertipc: make local function static
2014-01-05 stephen hemmingerdccp: make local variable static
2014-01-05 stephen hemmingerdccp: remove obsolete code
2014-01-05 Li RongQingnet: unify the pcpu_tstats and br_cpu_netstats as one
2014-01-05 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2014-01-04 stephen hemmingerllc: make lock static
2014-01-04 stephen hemmingersocket: cleanups
2014-01-04 David S. MillerMerge branch 'tunnel_dst_caching'
2014-01-04 Tom Herbertipv4: Use percpu Cache route in IP tunnels
2014-01-04 Tom Herbertipv4: Cache dst in tunnels
2014-01-04 Neil Hormansctp: Add process name and pid to deprecation warnings
2014-01-03 Pablo Neira Ayusonetfilter: nf_tables: dump sets in all existing families
2014-01-03 Daniel Borkmannnetfilter: x_tables: lightweight process control group...
2014-01-03 Daniel Borkmannnet: netprio: rename config to be more consistent with...
2014-01-03 Daniel Borkmannnet: net_cls: move cgroupfs classid handling into core
2014-01-03 Eric Leblondnetfilter: xt_CT: fix error value in xt_ct_tg_check()
2014-01-03 stephen hemmingernetfilter: nf_conntrack: remove dead code
2014-01-03 stephen hemmingernetfilter: ipset: remove unused code
2014-01-03 Daniel Borkmannnetfilter: nf_nat: add full port randomization support
2014-01-03 Michal Nazarewicznetfilter: nf_tables: remove unused variable in nf_tabl...
2014-01-03 Daniel Borkmannnetfilter: nf_tables: fix type in parsing in nf_tables_...
2014-01-03 David S. Millernetpoll: Fix missing TXQ unlock and and OOPS.
2014-01-03 Li RongQingipv6: fix the use of pcpu_tstats in ip6_vti.c
2014-01-03 Li RongQingipv6: fix the use of pcpu_tstats in ip6_tunnel
2014-01-03 Yasushi Asanoipv6 addrconf: fix preferred lifetime state-changing...
2014-01-03 Daniel Borkmannnet: llc: fix use after free in llc_ui_recvmsg
2014-01-03 Wei-Chun Chaoipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC
2014-01-03 Cong Wangnet: revert "sched classifier: make cgroup table local"
2014-01-02 Vlad Yasevichsctp: Remove outqueue empty state
2014-01-02 stephen hemmingersched classifier: make cgroup table local
2014-01-02 stephen hemmingersched action: make local function static
2014-01-02 Weilong Chenipv4: switch and case should be at the same indent
2014-01-02 Weilong Chenipv4: spaces required around that '='
2014-01-02 Li RongQingipv6: remove prune parameter for fib6_clean_all
2014-01-02 wangweidongtipc: make the code look more readable
2014-01-02 Salam Noureddineipv4: arp: update neighbour address when a gratuitous...
2014-01-02 stephen hemmingeripv6: namespace cleanups
2014-01-02 stephen hemmingernet: core functions cleanup
2014-01-02 stephen hemmingernetlink: cleanup tap related functions
2014-01-02 stephen hemmingernetlink: cleanup rntl_af_register
2014-01-02 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2014-01-02 Li RongQingipv6: fix the use of pcpu_tstats in sit
2014-01-02 David S. MillerMerge branch 'for-davem' of git://git.kernel.org/pub...
2014-01-01 John W. LinvilleMerge branch 'master' of git://git.kernel.org/pub/scm...
2014-01-01 Pablo Neira Ayusonetfilter: add help information to new nf_tables Kconfi...
2013-12-31 Zhi Yong Wunet, sch: fix the typo in register_qdisc()
2013-12-31 Zhi Yong Wunet, rps: fix the comment of net_rps_action_and_irq_ena...
2013-12-31 David S. Millervlan: Fix header ops passthru when doing TX VLAN offload.
2013-12-31 wangweidongsctp: move skb_dst_set() a bit downwards in sctp_packet...
2013-12-31 Yang Yingliangsch_netem: support of 64bit rates
2013-12-31 Yang Yingliangsch_netem: more precise length of packets
2013-12-31 Daniel Borkmannnetlink: specify netlink packet direction for nlmon
2013-12-31 Daniel Borkmannnetlink: only do not deliver to tap when both sides...
2013-12-31 David S. MillerMerge branch 'sctp_logspam'
2013-12-31 Neil HormanSCTP: Reduce log spamming for sctp setsockopt
2013-12-31 Yang Yingliangsch_dsmark: use correct func name in print messages
next