aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-83/+250
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-82/+244
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E7-6/+22
2013-03-30ip_gre: don't overwrite iflink during net_dev initAntonio Quartulli1-1/+0
2013-03-29net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet1-0/+6
2013-03-29net: fq_codel: Fix off-by-one errorVijay Subramanian1-1/+1
2013-03-29net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0]John Fastabend1-2/+2
2013-03-29net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani1-1/+0
2013-03-29ip_tunnel: Fix off-by-one error in forming dev name.Pravin B Shelar1-1/+1
2013-03-29net: simplify the getting percpu of flow_cacheLi RongQing1-1/+1
2013-03-29net: fix the use of this_cpu_ptrLi RongQing1-1/+1
2013-03-29ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa1-0/+12
2013-03-29netlink: fix the warning introduced by netlink API replacementHong zhi guo1-4/+4
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+3
2013-03-28bridge: remove unused variable ifmHong zhi guo1-9/+3
2013-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville12-76/+154
2013-03-28Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller13-120/+268
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo18-50/+48
2013-03-28net: add ETH_P_802_3_MINSimon Horman8-10/+10
2013-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-1/+66
2013-03-27sch: add missing u64 in psched_ratecfg_precompute()Sergey Popovich1-1/+1
2013-03-27rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun1-1/+3
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-38/+32
2013-03-27net: use the frag lru_lock to protect netns_frags.nqueues updateJesper Dangaard Brouer1-2/+0
2013-03-27net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loopJesper Dangaard Brouer1-0/+3
2013-03-27net: core: let's use native isxdigit instead of customAndy Shevchenko1-3/+2
2013-03-27net: switch to use skb_probe_transport_header()Jason Wang1-19/+3
2013-03-27net: core: let skb_partial_csum_set() set transport headerJason Wang1-0/+1
2013-03-27batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli5-10/+10
2013-03-27batman-adv: update Makefile copyright yearsAntonio Quartulli1-1/+1
2013-03-27batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2013-03-27batman-adv: free an hard-interface before adding itAntonio Quartulli1-6/+33
2013-03-27batman-adv: Allow to modify slaves of soft-interfaces through rntl_linkSven Eckelmann2-3/+65
2013-03-27batman-adv: Allow to use rntl_link for device creation/deletionSven Eckelmann4-0/+33
2013-03-27batman-adv: rename batadv_softif_destroy to reflect sysfs use caseMarek Lindner3-3/+7
2013-03-27batman-adv: Don't always delete softif when last slave was removedSven Eckelmann3-6/+21
2013-03-27batman-adv: Move deinitialization of soft-interface to destructorSven Eckelmann1-3/+12
2013-03-27batman-adv: Move soft-interface initialization to ndo_initSven Eckelmann2-88/+86
2013-03-27batman-adv: Fix endianness errors for network codingMartin Hundebøll2-2/+2
2013-03-276lowpan: use IEEE802154_ADDR_LEN instead of a magic numberTony Cheneau1-1/+1
2013-03-276lowpan: fix a small formatting issueTony Cheneau1-1/+1
2013-03-27ieee802154/dgram: Pass source address in dgram_recvmsgStephen Röttger1-0/+10
2013-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-342/+311
2013-03-26Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+7
2013-03-26ipv4: Fix ip-header identification for gso packets.Pravin B Shelar1-2/+1
2013-03-26net_sched: better precise estimation on packet length for untrusted packetsJason Wang1-1/+7
2013-03-26packet: set transport header before doing xmitJason Wang1-0/+21
2013-03-266lowpan: modify udp compression/uncompression to match the standardTony Cheneau1-3/+36
2013-03-266lowpan: use the PANID provided by the device instead of a static valueTony Cheneau1-2/+4
2013-03-266lowpan: obtain IEEE802.15.4 sequence number from the MAC layerTony Cheneau1-0/+8