summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-20openvswitch: Expand action buffer size.Pravin B Shelar1-1/+1
2013-06-20openvswitch: Add tunneling interface.Pravin B Shelar10-7/+251
2013-06-20openvswitch: Copy individual actions.Pravin B Shelar3-58/+225
2013-06-20ip_tunnel: Add dont fragment flag.Pravin B Shelar1-0/+1
2013-06-20ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar6-27/+54
2013-06-20ip_tunnels: extend iptunnel_xmit()Pravin B Shelar6-94/+131
2013-06-20gre: export gre_handle_offloads() function.Pravin B Shelar3-32/+32
2013-06-20gre: export gre_build_header() function.Pravin B Shelar3-39/+35
2013-06-20gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar3-151/+267
2013-06-20gre: Simplify gre protocol registration locking.Pravin B Shelar1-27/+13
2013-06-20sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov2-3/+4
2013-06-20sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov1-4/+4
2013-06-20sh_eth: remove redundant bits from 'eesipr_value' field initializerSergei Shtylyov1-1/+1
2013-06-20sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov2-17/+0
2013-06-20sh_eth: add NAPI supportSergei Shtylyov2-12/+74
2013-06-20sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov2-11/+10
2013-06-19nl80211: fix attrbuf access race by allocating a separate oneJohannes Berg1-2/+9
2013-06-19vxlan: fix check for migration of static entrystephen hemminger1-1/+1
2013-06-19bcm63xx_enet: fix return value check in bcm_enet_shared_probe()Wei Yongjun1-2/+2
2013-06-19can: usb_8dev: unregister netdev before free()ingMarc Kleine-Budde1-1/+4
2013-06-18ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skbMatthias Schiffer1-1/+1
2013-06-18staging/rtl8192u: convert skb->tail into skb_tail_pointer(skb)Isaku Yamahata1-2/+2
2013-06-18pxa168_eth: convert skb->end into skb_end_pointer(skb)Isaku Yamahata1-1/+1
2013-06-18mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)Isaku Yamahata1-1/+1
2013-06-18net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb)Isaku Yamahata1-1/+1
2013-06-18net, atm/ambassader: convert skb->tail into skb_tail_pointer(skb)Isaku Yamahata1-1/+1
2013-06-18bridge: fix switched interval for MLD Query typesLinus Lüssing1-2/+3
2013-06-18vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao1-3/+3
2013-06-18net: sctp: remove SCTP_STATIC macroDaniel Borkmann9-73/+57
2013-06-18net: sctp: get rid of t_new macro for kzallocDaniel Borkmann7-9/+7
2013-06-18fec: Add support to restart autonegotiateChris Healy1-0/+12
2013-06-18bonding: don't call alb_set_slave_mac_addr() while atomicVeaceslav Falico1-35/+5
2013-06-18net: cpsw: check for cpts pointer after its allocationSebastian Siewior1-1/+1
2013-06-18alx: add a simple AR816x/AR817x device driverJohannes Berg9-0/+4568
2013-06-18tg3: Prevent system hang during repeated EEH errors.Michael Chan1-2/+9
2013-06-18Fix the VLAN_TAG_PRESENT in netvsc_recv_callback()Haiyang Zhang1-1/+3
2013-06-18vxlan: handle skb_clone failurestephen hemminger1-3/+5
2013-06-18vxlan: only migrate dynamic FDB entriesstephen hemminger1-4/+12
2013-06-18vxlan: fix race between flush and incoming learningstephen hemminger1-7/+9
2013-06-18tipc: remove dev_base_lock use from enable_bearerYing Xue2-22/+4
2013-06-18tipc: fix wrong return value for link_send_sections_long routineYing Xue1-2/+6
2013-06-18tipc: make tipc_link_send_sections_fast exit earlierYing Xue1-4/+3
2013-06-18tipc: enhance priority of link protocol packetYing Xue1-0/+3
2013-06-18tipc: cosmetic realignment of function argumentsPaul Gortmaker15-66/+54
2013-06-18tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue3-7/+7
2013-06-18tipc: convert config_lock from spinlock to mutexYing Xue1-14/+3
2013-06-18tipc: rename tipc_createport_raw to tipc_createportYing Xue3-5/+5
2013-06-18tipc: remove user_port instance from tipc_port structureYing Xue5-42/+17
2013-06-18tipc: delete code orphaned by new server infrastructureYing Xue3-385/+3
2013-06-18tipc: convert configuration server to use new server facilityYing Xue3-60/+49