net: net_device flags is an unsigned int
[firefly-linux-kernel-4.4.55.git] / net /
2011-12-01 Eric Dumazetnet: net_device flags is an unsigned int
2011-12-01 Eric Dumazetnetem: fix build error on 32bit arches
2011-12-01 sjur.brandeland... caif: Remove unused enum and parameter in cfserl
2011-12-01 sjur.brandeland... caif: Restructure how link caif link layer enroll
2011-12-01 sjur.brandeland... caif: Allow cfpkt_extr_head to process empty message
2011-12-01 Hagen Paul Pfeifernetem: rate extension
2011-12-01 Jun Zhaoipv6 : mcast : Delete useless parameter in ip6_mc_add1_...
2011-12-01 Jun Zhaoipv4 : igmp : Delete useless parameter in ip_mc_add1_src()
2011-11-30 David Milleratm: clip: Use device neigh support on top of "arp_tbl".
2011-11-30 David Millerneigh: Add device constructor/destructor capability.
2011-11-30 David Milleratm: clip: Convert over to neighbour_priv()
2011-11-30 David Millerneigh: Do not set tbl->entry_size in ipv4/ipv6 neigh...
2011-11-30 David Millerneigh: Add infrastructure for allocating device neigh...
2011-11-30 David Millerneigh: Get rid of neigh_table->kmem_cachep
2011-11-30 Eric Dumazettcp: inherit listener congestion control for passive cnx
2011-11-29 RongQing.Liipv4: remove useless codes in ipmr_device_event()
2011-11-29 Igor Maravicnet: Fix skb_update_prio RCU usage.
2011-11-29 Eric Dumazetsch_choke: use skb_flow_dissect()
2011-11-29 Eric Dumazetsch_sfq: use skb_flow_dissect()
2011-11-29 Eric Dumazettcp: avoid frag allocation for small frames
2011-11-29 Eric Dumazetflow_dissector: use a 64bit load/store
2011-11-29 Tom Herbertbql: Byte queue limits
2011-11-29 Tom Herbertxps: Add xps_queue_release function
2011-11-29 Tom Herbertnet: Add queue state xoff flag for stack
2011-11-29 Neal Cardwelltcp: do not scale TSO segment size with reordering...
2011-11-29 Pascal Hambourgatm: br2684: Avoid alignment issues
2011-11-29 Pascal Hambourgatm: br2684: Make headroom and hard_header_len depend...
2011-11-29 Eric Dumazetnet: optimize socket timestamping
2011-11-29 Eric Dumazetnet: dont call jump_label_dec from irq context
2011-11-29 Ralf BaechleNET: NETROM: Fix formatting.
2011-11-29 Ralf BaechleNET: NETROM: Cleanup argument SIOCADDRT ioctl argument...
2011-11-29 Ralf BaechleNET: NETROM: When adding a route verify length of mnemo...
2011-11-29 Ralf BaechleNET: AX.25: Check ioctl arguments to avoid overflows...
2011-11-29 Ben Hutchingsdsa: Move switch drivers to new directory drivers/net/dsa
2011-11-29 Ben Hutchingsdsa: Move all definitions needed by drivers into <net...
2011-11-29 Ben Hutchingsdsa: Remove unnecessary exports
2011-11-29 David S. MillerMerge branch 'for-davem' of git://git./linux/kernel...
2011-11-29 Eric Dumazetsch_sfb: use skb_flow_dissect()
2011-11-29 Eric Dumazetcls_flow: use skb_flow_dissect()
2011-11-29 Eric Dumazetnet: use skb_flow_dissect() in __skb_get_rxhash()
2011-11-29 Eric Dumazetnet: introduce skb_flow_dissect()
2011-11-28 Eric Dumazettcp: tcp_sendmsg() wrong access to sk_route_caps
2011-11-28 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-11-27 Neal Cardwelltcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_open
2011-11-27 Neal Cardwelltcp: allow undo from reordered DSACKs
2011-11-27 Neal Cardwelltcp: use SACKs and DSACKs that arrive on ACKs below...
2011-11-27 Neal Cardwelltcp: use DSACKs that arrive when packets_out is 0
2011-11-27 Neal Cardwelltcp: make is_dupack a parameter to tcp_fastretrans_alert()
2011-11-26 chas williams -... atm: eliminate atm_guess_pdu2truesize()
2011-11-26 Ben Hutchingsdsa: Allow core and drivers to be built as modules
2011-11-26 Ben Hutchingsdsa: Define module author, description, license and...
2011-11-26 Ben Hutchingsmv88e6xxx: Combine mv88e6131 and mv88e612_61_65 drivers
2011-11-26 Ben Hutchingsdsa: Combine core and tagging code
2011-11-26 Ben Hutchingsdsa: Export functions from core to modules
2011-11-26 Ben Hutchingsdsa: Change dsa_uses_{dsa, trailer}_tags() into inline...
2011-11-26 David S. MillerMerge git://git./linux/kernel/git/davem/net
2011-11-26 Steffen Klassertipv4: Don't use the cached pmtu informations for input...
2011-11-26 Steffen Klassertnet: Move mtu handling down to the protocol depended...
2011-11-26 Steffen Klassertnet: Rename the dst_opt default_mtu method to mtu
2011-11-26 Steffen Klassertroute: Use the device mtu as the default for blackhole...
2011-11-26 David S. MillerMerge branch 'for_david' of git://git.open-mesh.org...
2011-11-25 Jorge Boncompte... netns: fix proxy ARP entries listing on a netns
2011-11-25 Dan Carpenternet/netlabel: copy and paste bug in netlbl_cfg_unlbl_ma...
2011-11-24 Li Weiipv4: Save nexthop address of LSRR/SSRR option to IPCB.
2011-11-23 Eric Dumazetnet: treewide use of RCU_INIT_POINTER
2011-11-23 Jun Zhaoipv4 : igmp : fix error handle in ip_mc_add_src()
2011-11-23 Eric Dumazetipv6: tcp: fix tcp_v6_conn_request()
2011-11-23 David S. Millernetfilter: Remove NOTRACK/RAW dependency on NETFILTER_A...
2011-11-23 Eric Dumazetipv6: tcp: fix panic in SYN processing
2011-11-23 Li Weiipv6: fix a bug in ndisc_send_redirect
2011-11-22 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-11-22 Alexey Dobriyannet: remove ipv6_addr_copy()
2011-11-22 Feng Kingnet: correct comments of skb_shift
2011-11-22 Jorge Boncompte... atm: Allow MSG_PEEK for atm sockets
2011-11-22 Jorge Boncompte... atm: Introduce vcc_process_recv_queue
2011-11-22 Jorge Boncompte... atm: clip: move clip_devs check to clip_push
2011-11-22 Jorge Boncompte... atm: clip: Don't move counters backwards
2011-11-22 Jorge Boncompte... atm: br2684: Do not move counters backwards
2011-11-22 Maciej Żenczykowskinet-netlink: fix diag to export IPv4 tos for dual-stack...
2011-11-22 Alexey Dobriyanxfrm: optimize ipv4 selector matching
2011-11-22 Neil Hormannet: add network priority cgroup infrastructure (v4)
2011-11-22 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-11-21 Dan Carpentercaif: fix endian conversion in cffrml_transmit()
2011-11-21 RongQing.Lidccp: fix error propagation in dccp_v4_connect
2011-11-21 Eric Dumazetnetfilter: use jump_label for nf_hooks
2011-11-21 Johannes Bergmac80211: fix RCU warnings in mesh
2011-11-21 Johannes Bergcfg80211: work around a sparse issue
2011-11-21 Ben Greearmac80211: Support ht-cap over-rides.
2011-11-21 Ben Greearwireless: Support ht-capabilities over-rides.
2011-11-21 Johannes Bergcfg80211/mac80211: Revert "move information element...
2011-11-21 Johannes Bergnl80211: make get_vlan logic more common
2011-11-21 Johannes Bergcfg80211: add flags for off-channel capabilities
2011-11-21 Johannes Bergmac80211: minor cleanup to mesh state locking
2011-11-21 Kalle Valonl80211: add testmode to the list of supported commands
2011-11-21 Johannes Bergmac80211: remove unused ASSOC_AP flag
2011-11-21 Johannes Bergmac80211: transmit fragment list to drivers
2011-11-21 Johannes Bergmac80211: make TX LED handling independent of fragmentation
2011-11-21 Johannes Bergmac80211: move fragment flag adjustment
2011-11-21 Johannes Bergmac80211: use skb list for fragments
2011-11-21 Luis R. Rodriguezcfg80211: pass DFS region to drivers through reg_notifier()
next