]> git.kernelconcepts.de Git - karo-tx-linux.git/history - net
bonding: slight optimizztion for bond_slave_override()
[karo-tx-linux.git] / net /
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...
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 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
2013-12-31 Yang Yingliangsch_htb: use /* comments
2013-12-31 Yang Yingliangnet_sched: replace pr_warning with pr_warn
2013-12-31 Weilong Chenpacket: fix "foo * bar" and "(foo*)" problems
2013-12-31 Li RongQingipv6: unneccessary to get address prefix in addrconf_ge...
2013-12-29 stephen hemmingerlro: remove dead code
2013-12-29 stephen hemmingertcp: make local functions static
2013-12-28 Stephen Hemmingeripv4: ping make local stuff static
2013-12-28 Stephen Hemmingeripv4: remove unused function
2013-12-28 Stephen Hemmingerarp: make arp_invalidate static
2013-12-28 Stephen Hemmingeripv4: make fib_detect_death static
2013-12-27 Weilong Chenieee802154: space prohibited before that close parenthesis
2013-12-27 Weilong Chenllc: "foo* bar" should be "foo *bar"
2013-12-26 Yang Yingliangsch_tbf: add TBF_BURST/TBF_PBURST attribute
2013-12-26 wangweidongsctp: fix checkpatch errors with //commen
2013-12-26 wangweidongsctp: fix checkpatch errors with open brace '{' and...
2013-12-26 wangweidongsctp: fix checkpatch errors with indent
2013-12-26 wangweidongsctp: fix checkpatch errors with (foo*)|foo * bar|foo...
2013-12-26 wangweidongsctp: fix checkpatch errors with space required or...
2013-12-26 Weilong Chenipv6: cleanup for tcp_ipv6.c
2013-12-26 Weilong Chenipv4: ipv4: Cleanup the comments in tcp_yeah.c
2013-12-26 Weilong Chenipv4: ERROR: code indent should use tabs where possible
2013-12-26 Weilong Chenipv4: ERROR: do not initialise globals to 0 or NULL
2013-12-26 Weilong Chenipv4: fix all space errors in file igmp.c
2013-12-26 Weilong Chenipv4: fix checkpatch error with foo * bar
2013-12-26 Weilong Chenipv4: fix checkpatch error "space prohibited"
2013-12-26 Weilong Chenipv4: do clean up with spaces
2013-12-26 David S. MillerMerge branch 'addr_compare'
2013-12-26 dingtianhongmac8011: slight optimization of addr compare
2013-12-26 dingtianhongbatman-adv: use batadv_compare_eth for concise
2013-12-26 stephen hemmingerhhf: make qdisc ops static
2013-12-22 Weilong Chenrose: cleanup checkpatch errors,spaces required
2013-12-22 wangweidongsctp: remove the never used 'return' and redundant...
2013-12-22 Weilong Chenmac802154: fix following checkpath.pl warning Prefer...
2013-12-22 wangweidongsctp: remove casting from function calls through ops...
2013-12-22 stephen hemmingernetconf: add support for IPv6 proxy_ndp
2013-12-22 stephen hemmingernetconf: rename PROXY_ARP to NEIGH_PROXY
2013-12-22 Eric Dumazetnet: use kfree_skb_list() helper
2013-12-22 David S. MillerMerge branch 'for-davem' of git://gitorious.org/linux...
2013-12-22 Hannes Frederic... ipv6: move ip6_sk_accept_pmtu from generic pmtu update...
2013-12-22 David S. MillerRevert "sctp: fix missing include file"
2013-12-21 Oliver Hartkoppcan: gw: remove obsolete checks
2013-12-21 sfeldma@cumulusnet... sctp: fix missing include file
2013-12-20 Eric Dumazettcp: autocork should not hold first packet in write...
2013-12-20 Eric Dumazetnet_sched: fix regression in tc_action_ops
2013-12-20 Eric Dumazetnet_sched: fix a regression in tcf_proto_lookup_ops()
2013-12-20 WANG Congnet_sched: fix a regression in tc actions
2013-12-20 David S. MillerMerge branch 'bridge_cleanups'
2013-12-20 tanxiaojunbridge: change the position of '{' to the pre line
2013-12-20 tanxiaojunbridge: change "foo* bar" to "foo *bar"
2013-12-20 tanxiaojunbridge: add space before '(/{', after ',', etc.
2013-12-20 tanxiaojunbridge: remove unnecessary parentheses
2013-12-20 tanxiaojunbridge: remove unnecessary condition judgment
2013-12-20 Eric Dumazetrps: NUMA flow limit allocations
2013-12-19 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2013-12-19 David S. MillerMerge branch 'for-davem' of git://gitorious.org/linux...
2013-12-19 Yang Yingliangsch_cbq: remove unnecessary null pointer check
2013-12-19 Yang Yingliangact_police: remove unnecessary null pointer check
2013-12-19 Terry Lamnet-qdisc-hhf: Heavy-Hitter Filter (HHF) qdisc
2013-12-18 tanxiaojunbridge: spelling fixes
2013-12-18 Hannes Frederic... ipv6: support IPV6_PMTU_INTERFACE on sockets
2013-12-18 Hannes Frederic... ipv4: new ip_no_pmtu_disc mode to always discard incomi...
2013-12-18 Hannes Frederic... inet: make no_pmtu_disc per namespace and kill ipv4_config
2013-12-18 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2013-12-18 John W. LinvilleMerge branch 'for-john' of git://git.kernel.org/pub...
2013-12-18 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2013-12-18 WANG Congnet_sched: convert tcf_proto_ops to use struct list_head
2013-12-18 WANG Congnet_sched: convert tc_action_ops to use struct list_head
2013-12-18 WANG Congnet_sched: convert tcf_hashinfo to hlist and use spinlock
2013-12-18 WANG Congnet_sched: init struct tcf_hashinfo at register time
2013-12-18 WANG Congnet_sched: cls: refactor out struct tcf_ext_map
2013-12-18 WANG Congnet_sched: act: use standard struct list_head
2013-12-18 WANG Congnet_sched: remove get_stats from tc_action_ops
2013-12-18 David S. MillerMerge branch 'vlan_tpid'
2013-12-18 Atzm Watanabepacket: deliver VLAN TPID to userspace
2013-12-18 Atzm Watanabepacket: fill the gap of TPACKET_ALIGNMENT with zeros
2013-12-18 Atzm Watanabepacket: make aligned size of struct tpacket{2,3}_hdr...
2013-12-18 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2013-12-17 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2013-12-17 David S. MillerMerge branch 'fixes-for-3.13' of git://gitorious.org...
2013-12-17 David S. MillerMerge branch 'for-davem' of git://git.kernel.org/pub...
2013-12-17 David S. MillerMerge branch 'skb_hash'
2013-12-17 Tom Herbertnet: Add utility function to copy skb hash
2013-12-17 Tom Herbertnet: Add utility functions to clear rxhash
2013-12-17 Tom Herbertnet: Change skb_get_rxhash to skb_get_hash
2013-12-17 Wei Yongjunnet/hsr: using kfree_rcu() to simplify the code
2013-12-17 Bob Gilliganneigh: Netlink notification for administrative NUD...
2013-12-17 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2013-12-17 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
next