summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2012-06-30netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2-4/+13
2012-06-29ipv4: Elide fib_validate_source() completely when possible.David S. Miller1-0/+4
2012-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-06-29net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee1-2/+2
2012-06-28net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet1-1/+0
2012-06-28netlink: Get rid of obsolete rtnetlink macrosThomas Graf1-13/+0
2012-06-28sock_diag: Do not use RTA_PUT() macrosThomas Graf1-9/+3
2012-06-20ipv4: Early TCP socket demux.David S. Miller1-0/+5
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-27/+7
2012-06-16net: remove skb_orphan_try()Eric Dumazet1-22/+1
2012-06-14netpoll: fix netpoll_send_udp() bugsEric Dumazet1-5/+6
2012-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+9
2012-06-13ethtool: Make more commands available to unprivileged processesBen Hutchings1-0/+5
2012-06-13net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado1-0/+17
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-74/+0
2012-06-09net/core: fix kernel-doc warningsRandy Dunlap2-3/+3
2012-06-08Added kernel support in EEE Ethtool commandsYuval Mintz1-0/+40
2012-06-08net: Update kernel-doc for __alloc_skb()Ben Hutchings1-2/+2
2012-06-08net: neighbour: fix neigh_dump_info()Eric Dumazet1-8/+6
2012-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-69/+33
2012-06-05wireless: remove wext sysfsJohannes Berg1-74/+0
2012-06-04drop_monitor: dont sleep in atomic contextEric Dumazet1-69/+33
2012-06-04sock_diag: add SK_MEMINFO_BACKLOGEric Dumazet1-0/+1
2012-06-01net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang1-2/+5
2012-05-30drop_monitor: Add module alias to enable automatic module loadingNeil Horman1-0/+1
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+2
2012-05-23Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2-24/+16
2012-05-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+6
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-05-20net: introduce skb_try_coalesce()Eric Dumazet1-0/+86
2012-05-19net: napi_frags_skb() is staticEric Dumazet1-2/+1
2012-05-18pktgen: fix module unload for goodEric Dumazet1-2/+2
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet1-41/+41
2012-05-18drop_monitor: convert to modular buildingNeil Horman1-2/+44
2012-05-17net: netdev_alloc_skb() use build_skb()Eric Dumazet1-1/+31
2012-05-17net: core: Use pr_<level>Joe Perches6-36/+44
2012-05-17pktgen: Use pr_debugJoe Perches1-23/+18
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-33/+13
2012-05-16net: sock_flag() cleanupEric Dumazet1-7/+7
2012-05-16net: delete all instances of special processing for token ringPaul Gortmaker1-8/+6
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches4-34/+22
2012-05-11pktgen: fix crash at module unloadEric Dumazet1-2/+8
2012-05-11Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-31/+5
2012-05-10ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson1-0/+47
2012-05-10ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessorsBen Hutchings1-7/+17
2012-05-08net: export sysctl_[r|w]mem_max symbols needed by ip_vs_syncHans Schillstrom1-0/+2
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+64
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-6/+6
2012-05-06skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headAlexander Duyck1-14/+8
2012-05-06skb: Drop bad code from pskb_expand_headAlexander Duyck1-12/+0